Nimble Bookmarks
Quick and compact access to your bookmarks.
Nimble Bookmarksคืออะไร?
Nimble Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Digital Uzu, LLC และคุณลักษณะหลักของมันคือ "Quick and compact access to your bookmarks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nimble Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nimble Bookmarks |
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" ] } |