Add to Google Bookmarks (context menu)
Adds page to Google bookmarks
什么是Add to Google Bookmarks (context menu)?
Add to Google Bookmarks (context menu)是由rmanasyan开发的Chrome扩展程序,该扩展的主要功能是“Adds page to Google bookmarks”。
扩展截图
下载Add to Google Bookmarks (context menu)扩展crx文件
下载Add to Google Bookmarks (context menu)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 ;)
扩展基本信息
名称 | Add to Google Bookmarks (context menu) |
ID | keobkeaihgkidbpfjojklhjjlfjgaejp |
官方URL | https://chromewebstore.google.com/detail/add-to-google-bookmarks-c/keobkeaihgkidbpfjojklhjjlfjgaejp |
简介 | Adds page to Google bookmarks |
文件大小 | 8.29 KB |
安装次数 | 1,009 |
当前版本 | 1.0 |
更新时间 | 2013-03-27 |
上架时间 | 2013-03-27 |
评分 | 4.57/5 共21次评分 |
开发者 | rmanasyan |
付费类型 | free |
支持的语言 | 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 } |