Update bookmark
This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count..
什么是Update bookmark?
Update bookmark是由Andrey Hohutkin开发的Chrome扩展程序,该扩展的主要功能是“This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count..”。
扩展截图
下载Update bookmark扩展crx文件
下载Update bookmark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
To update quickly a bookmark to last forum message or YouTube next video then it is your extension. 扩展基本信息
| 名称 | |
| ID | bbkpimlolhbojojeceiinmmfiejedmcj |
| 官方URL | https://chromewebstore.google.com/detail/update-bookmark/bbkpimlolhbojojeceiinmmfiejedmcj |
| 简介 | This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count.. |
| 文件大小 | 37.69 KB |
| 安装次数 | 33 |
| 当前版本 | 1.4.12 |
| 更新时间 | 2019-12-10 |
| 上架时间 | 2019-12-10 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | Andrey Hohutkin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"applications": {
"gecko": {
"id": "{08cc31c0-b1cb-461c-8ba2-95edd9e76a02}"
}
},
"manifest_version": 2,
"name": "Update bookmark",
"short_name": "Upd.bookmark",
"version": "1.4.12",
"description": "This add-on allows to replace or update an existing bookmark title and\/or URL with a minimal click count..",
"icons": {
"48": "icons\/icon48.png"
},
"permissions": [
"bookmarks",
"tabs",
"contextMenus",
"storage",
"identity",
"https:\/\/www.googleapis.com\/"
],
"oauth2": {
"client_id": "774259488933-8kliosoov7e5m8egsln4fr3skshusaou.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/plus.login",
"https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
]
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"browser_style": true,
"default_icon": "icons\/icon48.png",
"theme_icons": [
{
"light": "icons\/icon32-light.png",
"dark": "icons\/icon32.png",
"size": 32
}
],
"default_title": "Update bookmark",
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html",
"browser_style": true
},
"commands": {
"update-url": {
"suggested_key": {
"default": "Ctrl+Space",
"mac": "MacCtrl+Space"
},
"description": "Send a 'update-url' event to the extension"
},
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Q",
"mac": "MacCtrl+Q"
}
}
}
} | |