Quick Bookmark to Folders
Lets you create fast buttons for bookmarking into your favourite folders
What is Quick Bookmark to Folders?
Quick Bookmark to Folders is a Chrome extension developed by krystof1000, and its main feature is "Lets you create fast buttons for bookmarking into your favourite folders".
Extension Screenshots
Download Quick Bookmark to Folders Extension CRX File
Download Quick Bookmark to Folders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Anyone else bothered with bookmarking to folders in Chrome? I was using this extension: https://chrome.google.com/webstore/detail/cgfpmbdcelimppngkinoingifggiiifl but I had to make a possibility to create more buttons for bookmarking. So give credit to Robin, the creator of that extension as well!
Extension Basic Information
Name | Quick Bookmark to Folders |
ID | mifmiegljejaablipoiodebmmngiekon |
Official URL | https://chromewebstore.google.com/detail/quick-bookmark-to-folders/mifmiegljejaablipoiodebmmngiekon |
Description | Lets you create fast buttons for bookmarking into your favourite folders |
File Size | 152 KB |
Installation Count | 96 |
Current Version | 1.2 |
Last Updated | 2015-01-26 |
Publish Date | 2015-01-25 |
Rating | 3.00/5 Total 2 Ratings |
Developer | krystof1000 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Bookmark to Folders", "version": "1.2", "description": "Lets you create fast buttons for bookmarking into your favourite folders", "browser_action": { "default_icon": "images\/browser_icon_19.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "permissions": [ "bookmarks", "tabs" ] } |