Add to Google Bookmarks (context menu)
Adds page to Google bookmarks
What is Add to Google Bookmarks (context menu)?
Add to Google Bookmarks (context menu) is a Chrome extension developed by rmanasyan, and its main feature is "Adds page to Google bookmarks".
Extension Screenshots
Download Add to Google Bookmarks (context menu) Extension CRX File
Download Add to Google Bookmarks (context menu) 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
Add any page to Google Bookmarks from the context menu (right-click). Selected text will be used as a bookmark note. No extra buttons at the tool bar. Simple ;)
Extension Basic Information
Name | Add to Google Bookmarks (context menu) |
ID | keobkeaihgkidbpfjojklhjjlfjgaejp |
Official URL | https://chromewebstore.google.com/detail/add-to-google-bookmarks-c/keobkeaihgkidbpfjojklhjjlfjgaejp |
Description | Adds page to Google bookmarks |
File Size | 8.29 KB |
Installation Count | 1,009 |
Current Version | 1.0 |
Last Updated | 2013-03-27 |
Publish Date | 2013-03-27 |
Rating | 4.57/5 Total 21 Ratings |
Developer | rmanasyan |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Google Bookmarks (context menu)", "description": "Adds page to Google bookmarks", "version": "1.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |