Bookmarks Extension for Google
Google Bookmarking made easy.
What is Bookmarks Extension for Google?
Bookmarks Extension for Google is a Chrome extension developed by Takuma Watanabe, and its main feature is "Google Bookmarking made easy.".
Extension Screenshots
Download Bookmarks Extension for Google Extension CRX File
Download Bookmarks Extension for Google 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 Extension for Google is a minimal, clean Chrome Extension for Google Bookmarks. With this, you can add a page to Google Bookmarks simply by clicking the icon.
Extension Basic Information
Name | Bookmarks Extension for Google |
ID | ngncegjbgnfpifehgmcjgniphmcjjipc |
Official URL | https://chromewebstore.google.com/detail/bookmarks-extension-for-g/ngncegjbgnfpifehgmcjgniphmcjjipc |
Description | Google Bookmarking made easy. |
File Size | 228 KB |
Installation Count | 1,479 |
Current Version | 0.0.1 |
Last Updated | 2019-03-11 |
Publish Date | 2019-03-11 |
Rating | 4.89/5 Total 9 Ratings |
Developer | Takuma Watanabe |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "0.0.1", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png", "256": "icons\/icon_256.png" }, "browser_action": { "default_icon": "icons\/icon_64.png", "default_title": "__MSG_add_to_google_bookmarks__", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "library\/jquery-2.1.4\/jquery-2.1.4.min.js", "common.js", "background.js" ] }, "commands": [], "incognito": "spanning", "offline_enabled": false, "omnibox": { "keyword": "b" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "http:\/\/www.google.com\/bookmarks\/mark?*", "https:\/\/www.google.com\/bookmarks\/mark?*" ] } |