2nd Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

2nd Toolbar Spacerคืออะไร?

2nd Toolbar Spacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Niko Sardas และคุณลักษณะหลักของมันคือ "A partition icon for spacing the extension buttons on your toolbar"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2nd Toolbar Spacer

ดาวน์โหลดไฟล์ส่วนขยาย 2nd 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 2nd Toolbar Spacer 2nd Toolbar Spacer
ID fplioachhfdbehddoehahffjbcfeinid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/2nd-toolbar-spacer/fplioachhfdbehddoehahffjbcfeinid
คำอธิบาย A partition icon for spacing the extension buttons on your toolbar
ขนาดไฟล์ 2.69 MB
จำนวนการติดตั้ง 764
เวอร์ชันปัจจุบัน 30.0.8
อัปเดตครั้งล่าสุด 2017-08-24
วันที่เผยแพร่ 2017-08-23
คะแนน 4.83/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา 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": "2nd Toolbar Spacer",
    "version": "30.0.8"
}