All Projects → foray1010 → Popup-my-Bookmarks

foray1010 / Popup-my-Bookmarks

Licence: MIT License
A browser extension that providing a more efficient way to view and manage your bookmarks menu

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to Popup-my-Bookmarks

awesome-bookmarking
🔖 Everything bookmarking related
Stars: ✭ 56 (-36.36%)
Mutual labels:  bookmark, bookmark-manager
Buku
🔖 Personal mini-web in text
Stars: ✭ 4,825 (+5382.95%)
Mutual labels:  bookmark, bookmark-manager
shiori
Shiori is a simple bookmark manager
Stars: ✭ 66 (-25%)
Mutual labels:  bookmark-manager
react-apple-signin-auth
 Apple signin for React using the official Apple JS SDK
Stars: ✭ 58 (-34.09%)
Mutual labels:  popup
XPopupExt
XPopup扩展功能库,基于XPopup强大的弹窗能力和PickerView的选择器逻辑,封装了时间选择器弹窗、城市选择器弹窗和条件选择器。
Stars: ✭ 248 (+181.82%)
Mutual labels:  popup
bookmark-everything
This tool enables you to add bookmarks to your project files so you can reach them easily.
Stars: ✭ 37 (-57.95%)
Mutual labels:  bookmark
browser-bookmarks
Retrieve bookmarks from different browsers.
Stars: ✭ 19 (-78.41%)
Mutual labels:  bookmark
jumpfs
Jumpfs is a cross-shell bookmarking system for files. folders, urls and shell-comands. It works in PowerShell, Bash, and Cmd.
Stars: ✭ 30 (-65.91%)
Mutual labels:  bookmark
WeiboPopupMenu
模仿新浪微博菜单弹出界面(已停止维护)
Stars: ✭ 75 (-14.77%)
Mutual labels:  popup
Coursera-Clone
Coursera clone
Stars: ✭ 48 (-45.45%)
Mutual labels:  bookmark
osmosmemo
Turn GitHub into a bookmark manager
Stars: ✭ 120 (+36.36%)
Mutual labels:  bookmark
neodigm55
An eclectic low-code vanilla JavaScript UX micro-library for those that defiantly think for themselves.
Stars: ✭ 14 (-84.09%)
Mutual labels:  popup
mdash
⭐️ Lightweight new tab page for Chrome/Firefox, synced with your bookmarks
Stars: ✭ 19 (-78.41%)
Mutual labels:  bookmark
alfred-bookmarks
bookmark search with alfred workflow written in Go
Stars: ✭ 24 (-72.73%)
Mutual labels:  bookmark
vim-hitspop
💬 Popup the number of search results
Stars: ✭ 38 (-56.82%)
Mutual labels:  popup
atom-file-bookmark
Bookmark files in your project for quick access
Stars: ✭ 16 (-81.82%)
Mutual labels:  bookmark
Menu
The most customizable menu for macOS apps.
Stars: ✭ 84 (-4.55%)
Mutual labels:  popup
node-bookmarks-parser
Parses Firefox/Chrome HTML bookmarks files
Stars: ✭ 44 (-50%)
Mutual labels:  bookmark
plain-modal
The simple library for customizable modal window.
Stars: ✭ 21 (-76.14%)
Mutual labels:  popup
WebClipChangeAppLogo
iOS14利用WebClip更换图标,做到无缝启动App
Stars: ✭ 47 (-46.59%)
Mutual labels:  bookmark

Popup my Bookmarks

Version On Chrome Web Store Download Count On Chrome Web Store Build Status

Popup my Bookmarks is a Chrome extension aims at providing a more efficient way to view and manage your bookmarks menu:

  • Firefox / IE-like bookmarks menu

  • Place mouse over folders to open it

  • Search bookmarks when you type

  • Do what Bookmark manager can do and more (e.g., Sort bookmarks by name, Add separator)

  • Highly configurable

  • Save 24px of your vertical workspace (Rock on Chromebook!)

  • Take as few permissions as possible, we never put your privacy at risk

  • No background running application, save computer memory and your privacy!

Changelog: https://github.com/foray1010/Popup-my-Bookmarks/blob/master/CHANGELOG.md

Legacy version

Please visit following branches for the legacy versions that support older version of Chrome

Developer guide

Before you start

  1. Install Node.js via:

  2. Install yarn

    npm install -g yarn
  3. cd to your workspace and install all dependencies

    yarn install

Commands

  1. build

    yarn build

    To build the whole extension and output a zip file (./build/production/{version_in_package.json}.zip) for uploading to Chrome Web Store

  2. dev

    yarn dev

    To build a temporary folder build/development for loading unpacked extension

  3. lint

    yarn lint

    To lint if all files follow our linter config

  4. md

    yarn md

    To generate markdown files

    • build/store.md - Description for Chrome Web Store
    • README.md - Description for GitHub

Todo & Working Progress

See https://trello.com/b/bREPCfDk/popup-my-bookmarks

Contributing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].