6th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

6th Toolbar Spacerとは何ですか?

6th Toolbar SpacerはNiko Sardasによって開発されたChromeの拡張機能で、その主な機能は「A partition icon for spacing the extension buttons on your toolbar」です。

拡張機能のスクリーンショット

screenshot
screenshot

6th Toolbar Spacer拡張機能のCRXファイルをダウンロード

6th 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.                    

拡張機能の基本情報

名前 6th Toolbar Spacer 6th Toolbar Spacer
ID ppplbdcdldelngnkblbjfclblmhgncgb
公式URL https://chromewebstore.google.com/detail/6th-toolbar-spacer/ppplbdcdldelngnkblbjfclblmhgncgb
説明 A partition icon for spacing the extension buttons on your toolbar
ファイルサイズ 2.69 MB
インストール数 242
現在のバージョン 30.0.7
最終更新日 2017-08-24
公開日 2017-08-23
評価 5.00/5 合計 1 レビュー
開発者 Niko Sardas
Eメール [email protected]
支払い方法 free
対応言語 en-US
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": "6th Toolbar Spacer",
    "version": "30.0.7"
}