4th Toolbar Spacer
A partition icon for spacing the extension buttons on your toolbar
4th Toolbar Spacerคืออะไร?
4th Toolbar Spacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Niko Sardas และคุณลักษณะหลักของมันคือ "A partition icon for spacing the extension buttons on your toolbar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4th Toolbar Spacer
ดาวน์โหลดไฟล์ส่วนขยาย 4th Toolbar Spacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create some breathing room. Manage and organize the extension buttons on your toolbar by adding a blank space, a divider icon, or your own keyboard icon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 4th Toolbar Spacer |
ID | nbfggebgopkfbnfcafbialgjhoaobaek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/4th-toolbar-spacer/nbfggebgopkfbnfcafbialgjhoaobaek |
คำอธิบาย | A partition icon for spacing the extension buttons on your toolbar |
ขนาดไฟล์ | 2.69 MB |
จำนวนการติดตั้ง | 559 |
เวอร์ชันปัจจุบัน | 30.0.8 |
อัปเดตครั้งล่าสุด | 2017-08-24 |
วันที่เผยแพร่ | 2017-08-23 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Niko Sardas |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "empty.png", "default_popup": "popup.html" }, "description": "A partition icon for spacing the extension buttons on your toolbar", "icons": { "128": "128.png" }, "manifest_version": 2, "name": "4th Toolbar Spacer", "version": "30.0.8" } |