{"id":14155346,"url":"https://github.com/teddy-gustiaux/quick-bookmarking","last_synced_at":"2025-04-11T02:09:27.435Z","repository":{"id":165660949,"uuid":"639160654","full_name":"teddy-gustiaux/quick-bookmarking","owner":"teddy-gustiaux","description":"WebExtension allowing you to quickly bookmark pages to a default bookmark location via a dedicated icon. Some optional advanced features are also available.","archived":false,"fork":false,"pushed_at":"2023-05-18T22:06:20.000Z","size":789,"stargazers_count":11,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-11T02:09:21.760Z","etag":null,"topics":["bookmark","bookmarks","browser-extension","firefox","firefox-addon","firefox-extension","javascript","webextension"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/en-US/firefox/addon/quick-bookmarking/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teddy-gustiaux.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-05-10T22:24:00.000Z","updated_at":"2025-04-03T16:39:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"465bc32f-2d97-4f3b-a50d-e4c9090e3415","html_url":"https://github.com/teddy-gustiaux/quick-bookmarking","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddy-gustiaux%2Fquick-bookmarking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddy-gustiaux%2Fquick-bookmarking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddy-gustiaux%2Fquick-bookmarking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddy-gustiaux%2Fquick-bookmarking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teddy-gustiaux","download_url":"https://codeload.github.com/teddy-gustiaux/quick-bookmarking/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248328160,"owners_count":21085261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bookmark","bookmarks","browser-extension","firefox","firefox-addon","firefox-extension","javascript","webextension"],"created_at":"2024-08-17T08:02:54.498Z","updated_at":"2025-04-11T02:09:27.410Z","avatar_url":"https://github.com/teddy-gustiaux.png","language":"JavaScript","funding_links":[],"categories":["browser-extension"],"sub_categories":[],"readme":"# Quick Bookmarking\n\n[![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/)\n[![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/)\n[![GitHub release](https://img.shields.io/github/release/teddy-gustiaux/quick-bookmarking.svg?style=flat-square)](https://github.com/teddy-gustiaux/quick-bookmarking/releases)\n[![License](https://img.shields.io/badge/License-MIT-lightrey.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n\n**WebExtension allowing you to quickly bookmark pages to a default bookmark location via a dedicated icon. Some optional advanced features are also available.**\n\n\u003ca href=\"https://addons.mozilla.org/en-US/firefox/addon/quick-bookmarking/\"\u003e\n\u003cimg border=\"0\" src=\"./assets/get-the-addon/firefox-get-the-addon.png\" width=\"350\"\u003e\n\u003c/a\u003e\n\n## Features\n\n### Quick bookmark icon\n\nEnabling this feature will add a quick bookmark icon in the address bar, to (un)bookmark a page with only one click.\nThe icon is a round star icon in the address bar.\nIf the current page is bookmarked, the icon will change color (configurable by the user among , red by default).\n\n\u003cimg alt=\"Page not bookmarked\" src=\"assets/screenshots/quick_bookmark_icon-page_not_bookmarked.png\"\u003e\n\u003cimg alt=\"Page bookmarked\" src=\"assets/screenshots/quick_bookmark_icon-page_bookmarked.png\"\u003e\n\n### Quick bookmark shortcut\n\nEnabling this feature allow you to trigger the quick bookmarking via a dedicated shortcut (`Alt+Shift+D`).\n\n### Quick bookmark context menu\n\nYou can enable this feature allowing you:\n- Quickly bookmark the current page via the page context menu,\n- when right-clicking on any bookmark folder to quickly bookmark the current page there.\n\n\u003cimg border=\"0\" src=\"./assets/screenshots/context-menu.png\" width=\"500\"\u003e\n\n### Settings\n\nThe following settings apply to the icon, shortcut and context menu (if enabled), unless specified otherwise.\n\n- Select where the new bookmarks will be added:\n  - User-defined folder.\n  - Last used folder (by any bookmarking or sorting method).\n  - Default folder used by Firefox.\n- Choose to add the new bookmarks to the top or the bottom of the selected folder.\n- Choose to show the page as bookmarked only if all the bookmarks of this page are in the folder you selected.\n- Choose to not allow removal of bookmarks.\n\n## Support\n\nIf 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.\n\n## Changelog\n\nPlease refer to the \u003ca href=\"https://github.com/teddy-gustiaux/quick-bookmarking/blob/master/CHANGELOG.md\"\u003efull changelog\u003c/a\u003e on GitHub.\n\n## Attribution\n\n*Third-party libraries:*\n- [Bulma](https://bulma.io/)\n- [Bulma Switch Extension](https://github.com/Wikiki/bulma-switch)\n\n*Icons:*\n- [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/).\n- [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/).\n\n## License\n\nDistributed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddy-gustiaux%2Fquick-bookmarking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteddy-gustiaux%2Fquick-bookmarking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddy-gustiaux%2Fquick-bookmarking/lists"}