Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foray1010/popup-my-bookmarks
A browser extension that providing a more efficient way to view and manage your bookmarks menu
https://github.com/foray1010/popup-my-bookmarks
bookmark bookmark-manager bookmarks-menu chrome chrome-extension popup
Last synced: 5 days ago
JSON representation
A browser extension that providing a more efficient way to view and manage your bookmarks menu
- Host: GitHub
- URL: https://github.com/foray1010/popup-my-bookmarks
- Owner: foray1010
- License: mit
- Created: 2013-08-07T03:13:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T01:53:00.000Z (12 days ago)
- Last Synced: 2025-01-28T02:53:49.280Z (12 days ago)
- Topics: bookmark, bookmark-manager, bookmarks-menu, chrome, chrome-extension, popup
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni
- Size: 20.4 MB
- Stars: 130
- Watchers: 9
- Forks: 16
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Popup my Bookmarks
[![Version On Chrome Web Store](https://img.shields.io/chrome-web-store/v/mppflflkbbafeopeoeigkbbdjdbeifni.svg?maxAge=3600)](https://chromewebstore.google.com/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni)
[![Download Count On Chrome Web Store](https://img.shields.io/chrome-web-store/users/mppflflkbbafeopeoeigkbbdjdbeifni.svg?maxAge=3600)](https://chromewebstore.google.com/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni)
[![Build Status](https://img.shields.io/circleci/build/gh/foray1010/Popup-my-Bookmarks/master.svg?maxAge=3600)](https://app.circleci.com/pipelines/github/foray1010/Popup-my-Bookmarks?branch=master)[Popup my Bookmarks](https://chromewebstore.google.com/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni) 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:
## Legacy version
Please visit following branches for the legacy versions that support older version of Chrome
- [>= Chrome 64](https://github.com/foray1010/Popup-my-Bookmarks/tree/minimum_chrome_version_64)
- [>= Chrome 55](https://github.com/foray1010/Popup-my-Bookmarks/tree/minimum_chrome_version_55)
- [>= Chrome 34](https://github.com/foray1010/Popup-my-Bookmarks/tree/minimum_chrome_version_34)
- [>= Chrome 26](https://github.com/foray1010/Popup-my-Bookmarks/tree/minimum_chrome_version_26)
- [>= Chrome 20](https://github.com/foray1010/Popup-my-Bookmarks/tree/minimum_chrome_version_20)## Developer guide
### Before you start
1. We are using [corepack](https://nodejs.org/api/corepack.html) to manage the `yarn` version
```sh
corepack enable
```1. `cd` to your workspace and install all dependencies
```sh
yarn install
```### Commands
1. build
```sh
make build
```To build the whole extension and output a zip file (./build/production/{version_in_package.json}.zip) for uploading to Chrome Web Store
1. dev
```sh
make dev
```To build a temporary folder `build/development` for loading unpacked extension
1. lint
```sh
make lint
```To lint if all files follow our linter config
1. locales
```sh
make locales
```To download the latest locale files from transifex
- `build/store.md` - Description for Chrome Web Store
- `README.md` - Description for GitHub1. md
```sh
make md
```To generate markdown files
- `build/store.md` - Description for Chrome Web Store
- `README.md` - Description for GitHub## Todo & Working Progress
See
## Contributing
- Translate to other languages. It's all depended on volunteers as I am not a linguist. ;-)
Please join our translation team on
- Fork me on GitHub, join our development!
Repo: