Booklet Bookmark Manager
Bookmark information that matters. Read later.
Booklet Bookmark Managerคืออะไร?
Booklet Bookmark Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Booklet และคุณลักษณะหลักของมันคือ "Bookmark information that matters. Read later."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Booklet Bookmark Manager
ดาวน์โหลดไฟล์ส่วนขยาย Booklet Bookmark Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
⚬ View your bookmarks sorted & grouped by date, title, site or type, depending on your needs. ⚬ Clean duplicate or broken bookmarks to reduce clutter. Only keep the ones that are needed and working. ⚬ Drag and drop to reorganize bookmarks & folders. 🤟 ACCESSIBILITY ⚬ Bookmark links in pages or open tabs directly from the context menu. ⚬ Open Booklet from any page with the "Ctrl + Shift + Shift" shortcut key without navigating away. ⚬ View recently added bookmarks, recently visited sites, or favorite sites on the Home page. ⚬ Click the extension icon on the top right corner to bookmark the current page or edit a bookmark. 🤟 DATA ⚬ Import and export bookmarks to keep your data somewhere safe. 🆕 v1.2.1 - Added 'Open containing folder' option in context menu - Bug fixes and improvements - Fix font for all languages in mega menu and popup
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Booklet Bookmark Manager |
ID | egdkhimngliompnfpdeiobfhgikmnmkg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/booklet-bookmark-manager/egdkhimngliompnfpdeiobfhgikmnmkg |
คำอธิบาย | Bookmark information that matters. Read later. |
ขนาดไฟล์ | 229 KB |
จำนวนการติดตั้ง | 197 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2022-05-14 |
วันที่เผยแพร่ | 2020-08-23 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Booklet |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_manifest_name__", "short_name": "Booklet", "description": "__MSG_manifest_description__", "default_locale": "en", "version": "1.2.1", "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [ "activeTab", "bookmarks", "contextMenus", "downloads", "downloads.shelf", "history", "storage", "tabs", "topSites" ], "options_page": "", "background": { "service_worker": "js\/sw-index.js" }, "chrome_url_overrides": { "bookmarks": "bookmark-manager.html" }, "action": { "default_title": "Booklet" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/chunk-common.js", "js\/chunk-vendors.js", "js\/context-menu.js", "js\/popup.js", "js\/mega-menu.js" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl + Shift + S" } }, "open_bookmarks": { "description": "__MSG_open_bookmarks__", "suggested_key": { "default": "Ctrl + Shift + Y" } } }, "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "popup.html", "mega-menu.html", "css\/popup.css", "css\/mega-menu.css", "css\/chunk-common.css", "css\/fonts.css", "icons\/default.png", "icons\/icon.ico" ] } ] } |