Update current bookmark
Right click on a link to update the current bookmark
什么是Update current bookmark?
Update current bookmark是由https://sokolov.cc开发的Chrome扩展程序,该扩展的主要功能是“Right click on a link to update the current bookmark”。
扩展截图
下载Update current bookmark扩展crx文件
下载Update current bookmark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | gkmnkpgaimaillhhejdbkkgopfgoldoh |
| 官方URL | https://chromewebstore.google.com/detail/update-current-bookmark/gkmnkpgaimaillhhejdbkkgopfgoldoh |
| 简介 | Right click on a link to update the current bookmark |
| 文件大小 | 15.88 KB |
| 安装次数 | 49 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2016-04-23 |
| 上架时间 | 2016-04-23 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | https://sokolov.cc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/denis-sokolov/update-current-bookmark |
| 帮助页面URL | https://github.com/denis-sokolov/update-current-bookmark/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"version": "1.0.0",
"default_locale": "en",
"description": "__MSG_extension_description__",
"icons": {
"16": "src\/icons\/chain-star.png",
"48": "src\/icons\/chain-star.png",
"128": "src\/icons\/chain-star.png"
},
"background": {
"scripts": [
"src\/context-menu.js"
],
"persistent": false
},
"permissions": [
"contextMenus",
"declarativeContent"
],
"optional_permissions": [
"bookmarks"
]
} | |