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 |
| 官方網址 | 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"
]
} | |