Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddy-gustiaux/quick-bookmarking
WebExtension allowing you to quickly bookmark pages to a default bookmark location via a dedicated icon. Some optional advanced features are also available.
https://github.com/teddy-gustiaux/quick-bookmarking
bookmark bookmarks browser-extension firefox firefox-addon firefox-extension javascript webextension
Last synced: 3 months ago
JSON representation
WebExtension allowing you to quickly bookmark pages to a default bookmark location via a dedicated icon. Some optional advanced features are also available.
- Host: GitHub
- URL: https://github.com/teddy-gustiaux/quick-bookmarking
- Owner: teddy-gustiaux
- License: mit
- Created: 2023-05-10T22:24:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-18T22:06:20.000Z (over 1 year ago)
- Last Synced: 2024-07-24T01:59:33.182Z (4 months ago)
- Topics: bookmark, bookmarks, browser-extension, firefox, firefox-addon, firefox-extension, javascript, webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/quick-bookmarking/
- Size: 771 KB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Bookmarking
[![Mozilla Add-on](https://img.shields.io/amo/users/quick-bookmarking.svg?style=flat-square)](https://addons.mozilla.org/en-US/firefox/addon/quick-bookmarking/)
[![Mozilla Add-on](https://img.shields.io/amo/rating/quick-bookmarking.svg?style=flat-square)](https://addons.mozilla.org/en-US/firefox/addon/quick-bookmarking/)
[![GitHub release](https://img.shields.io/github/release/teddy-gustiaux/quick-bookmarking.svg?style=flat-square)](https://github.com/teddy-gustiaux/quick-bookmarking/releases)
[![License](https://img.shields.io/badge/License-MIT-lightrey.svg?style=flat-square)](https://opensource.org/licenses/MIT)**WebExtension allowing you to quickly bookmark pages to a default bookmark location via a dedicated icon. Some optional advanced features are also available.**
## Features
### Quick bookmark icon
Enabling this feature will add a quick bookmark icon in the address bar, to (un)bookmark a page with only one click.
The icon is a round star icon in the address bar.
If the current page is bookmarked, the icon will change color (configurable by the user among , red by default).
### Quick bookmark shortcut
Enabling this feature allow you to trigger the quick bookmarking via a dedicated shortcut (`Alt+Shift+D`).
### Quick bookmark context menu
You can enable this feature allowing you:
- Quickly bookmark the current page via the page context menu,
- when right-clicking on any bookmark folder to quickly bookmark the current page there.### Settings
The following settings apply to the icon, shortcut and context menu (if enabled), unless specified otherwise.
- Select where the new bookmarks will be added:
- User-defined folder.
- Last used folder (by any bookmarking or sorting method).
- Default folder used by Firefox.
- Choose to add the new bookmarks to the top or the bottom of the selected folder.
- Choose to show the page as bookmarked only if all the bookmarks of this page are in the folder you selected.
- Choose to not allow removal of bookmarks.## Support
If you want to report a bug or help with translations, you can open an issue on [GitHub](https://github.com/teddy-gustiaux/quick-bookmarking/issues). If you do not have an account, you can create one for free.
## Changelog
Please refer to the full changelog on GitHub.
## Attribution
*Third-party libraries:*
- [Bulma](https://bulma.io/)
- [Bulma Switch Extension](https://github.com/Wikiki/bulma-switch)*Icons:*
- [Extension/Bookmark icon](https://www.flaticon.com/free-icon/star-button_69468) made by [Bogdan Rosu](https://www.flaticon.com/authors/bogdan-rosu) from [Flaticon](https://www.flaticon.com) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/).
- [Cross icon](https://www.flaticon.com/free-icon/settings_128531) made by [Eleonor Wang](https://www.flaticon.com/authors/eleonor-wang) from [Flaticon](https://www.flaticon.com) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/).## License
Distributed under the [MIT license](http://opensource.org/licenses/MIT).