Quick Bookmarks
A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…
Quick Bookmarksคืออะไร?
Quick Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michal Sukupčák และคุณลักษณะหลักของมันคือ "A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย Quick Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a bookmark viewer and uses existing bookmark system in Chrome - no need to create additional accounts or configuration, everything is based off Chrome's Bookmarks API. ----------------------------- Changelog: 1.0.1: Bugfixes and minor UI improvements - too many entries in a folder no longer break footer - bookmarks moved above folders - bookmarks and folders are now separated with a line - new scrollbar style ----------------------------- This tiny project was done in one afternoon and source code is published on Github: https://github.com/michalsukupcak/Quick-Bookmarks If you have any suggestions for improvements or additional features, feel free to contact me or create an issue on Github.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ngjhfblpldlbjepafgfogecbiengkkbi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/quick-bookmarks/ngjhfblpldlbjepafgfogecbiengkkbi |
คำอธิบาย | A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a… |
ขนาดไฟล์ | 93.04 KB |
จำนวนการติดตั้ง | 262 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-09-04 |
วันที่เผยแพร่ | 2015-09-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Michal Sukupčák |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "name": "Quick Bookmarks", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "index.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "tabs" ] } |