Ease Bookmarks
Easy to use bookmark manager
Ease Bookmarksคืออะไร?
Ease Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย qin_xs และคุณลักษณะหลักของมันคือ "Easy to use bookmark manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ease Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย Ease Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instructions for use: Ease Bookmarks is an extension to replace the browser's original bookmarks bar On this basis, as far as possible to meet the needs of users of various bookmark usage habits The main function: Modify the default opening method of bookmarks Various basic operations on bookmarks (edit, delete, move, etc.) Bookmarks in multiple columns Shortcut Key Support In addition, this extension has special support for `JS bookmarklet`~ ChangeLog: https://github.com/qinxs/Ease-Bookmarks/blob/master/ChangeLog.md
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ease Bookmarks |
ID | poefceffmekhjoadknillcbdifahongk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ease-bookmarks/poefceffmekhjoadknillcbdifahongk |
คำอธิบาย | Easy to use bookmark manager |
ขนาดไฟล์ | 80.77 KB |
จำนวนการติดตั้ง | 2,056 |
เวอร์ชันปัจจุบัน | 1.6.5 |
อัปเดตครั้งล่าสุด | 2024-02-21 |
วันที่เผยแพร่ | 2021-12-03 |
คะแนน | 4.96/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | qin_xs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/qinxs/Ease-Bookmarks |
URL หน้าช่วยเหลือ | https://github.com/qinxs/Ease-Bookmarks/issues |
ภาษาที่รองรับ | de,en,fr,es,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ease Bookmarks", "description": "__MSG_pluginDesc__", "version": "1.6.5", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "qinxs", "homepage_url": "https:\/\/github.com\/qinxs\/Ease-Bookmarks", "browser_action": { "default_title": "Ease Bookmarks", "default_popup": "popup.html", "default_icon": "icons\/icon32.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Q", "mac": "Command+Q", "linux": "Ctrl+Q", "chromeos": "Ctrl+Q" }, "description": "\u6253\u5f00\/\u5173\u95ed\u6269\u5c55" } }, "permissions": [ "storage", "activeTab", "bookmarks", "contextMenus", "chrome:\/\/favicon\/" ] } |