BookmarkManager
Convenient and beautiful new tab bookmark manager.
BookmarkManagerคืออะไร?
BookmarkManager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sasha Onoshko และคุณลักษณะหลักของมันคือ "Convenient and beautiful new tab bookmark manager."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BookmarkManager
ดาวน์โหลดไฟล์ส่วนขยาย BookmarkManager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides the ability to save your favorite sites as a bookmark in the Chrome new tab. Also, you can change the background image of the new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BookmarkManager |
ID | ldjaccfbgefedaefkliajmdiicajaofb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb |
คำอธิบาย | Convenient and beautiful new tab bookmark manager. |
ขนาดไฟล์ | 623 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 0.1.03 |
อัปเดตครั้งล่าสุด | 2021-02-12 |
วันที่เผยแพร่ | 2018-11-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Sasha Onoshko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookmarkManager", "description": "Convenient and beautiful new tab bookmark manager.", "version": "0.1.03", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon.png" }, "permissions": [ "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |