Easy Bookmark Manager Extension
This extension makes it very easy to add new bookmarks.
Easy Bookmark Manager Extensionคืออะไร?
Easy Bookmark Manager Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rudi Olckers และคุณลักษณะหลักของมันคือ "This extension makes it very easy to add new bookmarks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Bookmark Manager Extension
ดาวน์โหลดไฟล์ส่วนขยาย Easy Bookmark Manager Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension compliments the self-hosted Easy Bookmark Manager project (https://github.com/devimust/easy-bookmark-manager) to make adding new bookmark items as painless as possible.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy Bookmark Manager Extension |
ID | hhonlfdhoejpaofmmppaogebkfnbgefi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-bookmark-manager-ext/hhonlfdhoejpaofmmppaogebkfnbgefi |
คำอธิบาย | This extension makes it very easy to add new bookmarks. |
ขนาดไฟล์ | 14.5 KB |
จำนวนการติดตั้ง | 220 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-01-25 |
วันที่เผยแพร่ | 2016-01-24 |
ผู้พัฒนา | Rudi Olckers |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Bookmark Manager Extension", "version": "1.0", "description": "This extension makes it very easy to add new bookmarks.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon19.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "permissions": [ "activeTab", "storage" ] } |