Q Bookmarks
Chrome extenstion to show bookmark menu.
What is Q Bookmarks?
Q Bookmarks is a Chrome extension developed by chick307, and its main feature is "Chrome extenstion to show bookmark menu.".
Extension Screenshots
Download Q Bookmarks Extension CRX File
Download Q Bookmarks 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
Bookmarks without title is displayed in one line.
Extension Basic Information
Name | Q Bookmarks |
ID | pcgclenagkggjmceeohmifkdpgnaogid |
Official URL | https://chromewebstore.google.com/detail/q-bookmarks/pcgclenagkggjmceeohmifkdpgnaogid |
Description | Chrome extenstion to show bookmark menu. |
File Size | 88.97 KB |
Installation Count | 68 |
Current Version | 2.0.0 |
Last Updated | 2019-05-27 |
Publish Date | 2019-05-27 |
Rating | 4.38/5 Total 24 Ratings |
Developer | chick307 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/chick307/Q-Bookmarks |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Q Bookmarks", "version": "2.0.0", "description": "Chrome extenstion to show bookmark menu.", "browser_action": { "default_icon": "assets\/images\/browser-action-64.png", "default_popup": "assets\/views\/popup.html", "default_title": "Q Bookmarks" }, "content_security_policy": "default-src 'self'; img-src 'self' chrome:\/\/favicon", "icons": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "minimum_chrome_version": "73", "options_ui": { "chrome_style": true, "page": "assets\/views\/options-page.html" }, "permissions": [ "activeTab", "bookmarks", "chrome:\/\/favicon\/", "storage" ] } |