Ez Bookmarks
Bookmarks Speed Dial
什么是Ez Bookmarks?
Ez Bookmarks是由Ez Product开发的Chrome扩展程序,该扩展的主要功能是“Bookmarks Speed Dial”。
扩展截图
下载Ez Bookmarks扩展crx文件
下载Ez Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Press Alt+Z or click icon and get all your bookmarks in one place. 扩展基本信息
| 名称 | |
| ID | igjfahabhijjlinmghjjcdhkielcelag |
| 官方URL | https://chromewebstore.google.com/detail/ez-bookmarks/igjfahabhijjlinmghjjcdhkielcelag |
| 简介 | Bookmarks Speed Dial |
| 文件大小 | 28.05 KB |
| 安装次数 | 21 |
| 当前版本 | 1.2 |
| 更新时间 | 2017-12-18 |
| 上架时间 | 2017-12-17 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Ez Product |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ez Bookmarks",
"short_name": "Ez Bookmarks",
"version": "1.2",
"description": "Bookmarks Speed Dial",
"icons": {
"64": "img\/128.png",
"128": "img\/logo.png"
},
"commands": {
"toggle_window": {
"description": "Open \/ Close",
"suggested_key": {
"default": "Alt+Z"
}
}
},
"browser_action": {
"default_icon": "img\/128.png"
},
"background": {
"scripts": [
"build\/background.js"
],
"persistent": true
}
} | |