10th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

10th Toolbar Spacer là gì?

10th Toolbar Spacer là một tiện ích mở rộng Chrome được phát triển bởi Niko Sardas, và tính năng chính của nó là "A partition icon for spacing the extension buttons on your toolbar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 10th Toolbar Spacer

Tải xuống các tệp mở rộng 10th Toolbar Spacer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 10th Toolbar Spacer 10th Toolbar Spacer
ID dhnpkdghdnfjkbkeholookjabcphilfa
URL Chính Thức https://chromewebstore.google.com/detail/10th-toolbar-spacer/dhnpkdghdnfjkbkeholookjabcphilfa
Mô tả A partition icon for spacing the extension buttons on your toolbar
Kích Thước Tệp 2.69 MB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 30.1.8
Cập Nhật Lần Cuối 2017-08-24
Ngày Phát Hành 2017-08-23
Nhà Phát Triển Niko Sardas
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": "10th Toolbar Spacer",
    "version": "30.1.8"
}