Bookmark Hotkeys
Bookmark Hotkeys
What is Bookmark Hotkeys?
Bookmark Hotkeys is a Chrome extension developed by Unknown, and its main feature is "Bookmark Hotkeys".
Extension Screenshots
Download Bookmark Hotkeys Extension CRX File
Download Bookmark Hotkeys 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
Bookmark Hotkeys allows you to quickly access your bookmarks without using the mouse. This application is still in development!
Extension Basic Information
Name | Bookmark Hotkeys |
ID | ckadmgobfaomcmkfcnnbllmddpmkmdfe |
Official URL | https://chromewebstore.google.com/detail/bookmark-hotkeys/ckadmgobfaomcmkfcnnbllmddpmkmdfe |
Description | Bookmark Hotkeys |
File Size | 535 KB |
Installation Count | 67 |
Current Version | 2.2 |
Last Updated | 2015-10-21 |
Publish Date | 2015-10-20 |
Rating | 4.40/5 Total 5 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Hotkeys", "description": "Bookmark Hotkeys", "version": "2.2", "manifest_version": 2, "permissions": [ "activeTab", "tabs", "storage", "bookmarks" ], "icons": { "128": "bookmark-black128.png" }, "browser_action": { "default_title": "Bookmark Hotkeys" }, "commands": { "open_bookmark_hotkeys": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "Open Bookmark Hotkeys", "global": false }, "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+J" } } }, "background": { "scripts": [ "background.js" ], "persistent": true } } |