Nimble Bookmarks
Quick and compact access to your bookmarks.
Nimble Bookmarks là gì?
Nimble Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi Digital Uzu, LLC, và tính năng chính của nó là "Quick and compact access to your bookmarks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Nimble Bookmarks
Tải xuống các tệp mở rộng Nimble Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
★ 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Nimble Bookmarks |
ID | mmfbkidhlepkdlpnepfimdhnojafkcog |
URL Chính Thức | https://chromewebstore.google.com/detail/nimble-bookmarks/mmfbkidhlepkdlpnepfimdhnojafkcog |
Mô tả | Quick and compact access to your bookmarks. |
Kích Thước Tệp | 39.08 KB |
Số Lần Cài Đặt | 351 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2016-03-11 |
Ngày Phát Hành | 2016-03-11 |
Đánh Giá | 4.08/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Digital Uzu, LLC |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/digitaluzu/nimble-bookmarks |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |