Add Favicon to the Bookmark Bar
Add Favicon to the Bookmark Bar
Add Favicon to the Bookmark Barคืออะไร?
Add Favicon to the Bookmark Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vere Perrot และคุณลักษณะหลักของมันคือ "Add Favicon to the Bookmark Bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add Favicon to the Bookmark Bar
ดาวน์โหลดไฟล์ส่วนขยาย Add Favicon to the Bookmark Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add Favicon to the Bookmark Bar
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ipbjookipmdkionffmgohjojpohpipno |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno |
คำอธิบาย | Add Favicon to the Bookmark Bar |
ขนาดไฟล์ | 15.53 KB |
จำนวนการติดตั้ง | 116 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-01-02 |
วันที่เผยแพร่ | 2016-01-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Vere Perrot |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add Favicon to the Bookmark Bar", "version": "1.0", "manifest_version": 2, "description": "Add Favicon to the Bookmark Bar", "author": "Vere Perrot", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "bookmarks", "tabs" ] } |