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"
]
} | |