Faster Bookmark - Add Bookmark faster
Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
What is Faster Bookmark - Add Bookmark faster?
Faster Bookmark - Add Bookmark faster is a Chrome extension developed by Unknown, and its main feature is "Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)".
Extension Screenshots
Download Faster Bookmark - Add Bookmark faster Extension CRX File
Download Faster Bookmark - Add Bookmark faster 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
Easy way to add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard integration. Default shortcut: cmd+b (win:ctrl+b) ----- Author: minhanhhere Origin: https://github.com/ardcore/chrome-better-bookmark Source code: https://github.com/minhanhhere/chrome-faster-bookmark
Extension Basic Information
Name | Faster Bookmark - Add Bookmark faster |
ID | fibadljlplamppipiebabkdehecpabce |
Official URL | https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce |
Description | Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b) |
File Size | 32.27 KB |
Installation Count | 902 |
Current Version | 1.3.1 |
Last Updated | 2015-12-24 |
Publish Date | 2015-12-24 |
Rating | 4.46/5 Total 28 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "author": "Minh Anh", "background": { "page": "init.html" }, "browser_action": { "default_icon": { "19": "action.png", "38": "action.png" }, "default_popup": "background.html", "default_title": "Faster Bookmark Button" }, "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Ctrl+B", "default": "Ctrl+B", "linux": "Ctrl+B", "mac": "Command+B", "windows": "Ctrl+B" } } }, "description": "Easily add bookmarks to any folder. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)", "homepage_url": "https:\/\/github.com\/minhanhhere\/chrome-faster-bookmark", "icons": { "128": "bookmark.png", "16": "bookmark.png", "48": "bookmark.png" }, "manifest_version": 2, "name": "Faster Bookmark - Add Bookmark faster", "shortname": "Faster Bookmark", "permissions": [ "bookmarks", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.1" } |