Better Bookmark
Easily add bookmarks to any category. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
What is Better Bookmark?
Better Bookmark is a Chrome extension developed by Szymon Pilkowski, and its main feature is "Easily add bookmarks to any category. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)".
Extension Screenshots
Download Better Bookmark Extension CRX File
Download Better Bookmark 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 category. Includes spotlight-like search with mouse/keyboard integration. Default shortcut: cmd+b (win:ctrl+b) -- Author: Szymon Pilkowski [http://twitter.com/ard] It's open source: https://github.com/ardcore/chrome-better-bookmark Uses fuzzy search algorithm from fuse.js. Please contact me with any bug reports or suggestions!
Extension Basic Information
Name | Better Bookmark |
ID | pniopfmciclllcpockpkgceikipiibol |
Official URL | https://chromewebstore.google.com/detail/better-bookmark/pniopfmciclllcpockpkgceikipiibol |
Description | Easily add bookmarks to any category. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b) |
File Size | 33.8 KB |
Installation Count | 1,442 |
Current Version | 1.3.1 |
Last Updated | 2014-04-01 |
Publish Date | 2014-04-01 |
Rating | 4.46/5 Total 63 Ratings |
Developer | Szymon Pilkowski |
Payment Type | free |
Extension Website | https://github.com/ardcore/chrome-better-bookmark |
Help Page URL | https://github.com/ardcore/chrome-better-bookmark/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Bookmark", "description": "Easily add bookmarks to any category. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)", "version": "1.3.1", "author": "Szymon Pilkowski", "homepage_url": "https:\/\/github.com\/ardcore\/chrome-better-bookmark", "default_locale": "en", "background": { "page": "init.html" }, "icons": { "16": "bookmark.png", "48": "bookmark.png", "128": "bookmark.png" }, "browser_action": { "default_icon": { "19": "bookmark.png", "38": "bookmark.png" }, "default_title": "Better Bookmark Button", "default_popup": "background.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+B", "windows": "Ctrl+B", "mac": "Command+B", "chromeos": "Ctrl+B", "linux": "Ctrl+B" } } }, "permissions": [ "bookmarks", "tabs" ] } |