Nimble Bookmarks
Quick and compact access to your bookmarks.
什么是Nimble Bookmarks?
Nimble Bookmarks是由Digital Uzu, LLC开发的Chrome扩展程序,该扩展的主要功能是“Quick and compact access to your bookmarks.”。
扩展截图
下载Nimble Bookmarks扩展crx文件
下载Nimble Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
★ Compact Tree View
Save screen space with a compact tree view that takes up less screen space than the default bookmarks bar (2.5% screen space savings on a 1440x900 display).
★ Bookmark Hotkeys
Quickly access your bookmarks by assigning keyboard shortcuts for frequently used bookmarks.
★ Usage and FAQ
https://github.com/digitaluzu/nimble-bookmarks/blob/master/README.md 扩展基本信息
| 名称 | |
| ID | mmfbkidhlepkdlpnepfimdhnojafkcog |
| 官方URL | https://chromewebstore.google.com/detail/nimble-bookmarks/mmfbkidhlepkdlpnepfimdhnojafkcog |
| 简介 | Quick and compact access to your bookmarks. |
| 文件大小 | 39.08 KB |
| 安装次数 | 351 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2016-03-11 |
| 上架时间 | 2016-03-11 |
| 评分 | 4.08/5 共12次评分 |
| 开发者 | Digital Uzu, LLC |
| 付费类型 | free |
| 扩展官网 | https://github.com/digitaluzu/nimble-bookmarks |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "1.1.0",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "__MSG_extName__",
"default_popup": "popup.html"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+B",
"mac": "Command+B",
"chromeos": "Ctrl+B",
"linux": "Ctrl+B"
}
}
},
"permissions": [
"chrome:\/\/favicon\/",
"bookmarks",
"tabs"
]
} | |