3rd Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

What is 3rd Toolbar Spacer?

3rd Toolbar Spacer is a Chrome extension developed by Niko Sardas, and its main feature is "A partition icon for spacing the extension buttons on your toolbar".

Extension Screenshots

screenshot
screenshot

Download 3rd Toolbar Spacer Extension CRX File

Download 3rd Toolbar Spacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 3rd Toolbar Spacer 3rd Toolbar Spacer
ID eioickpimlccboiimncpaphillnjccmi
Official URL https://chromewebstore.google.com/detail/3rd-toolbar-spacer/eioickpimlccboiimncpaphillnjccmi
Description A partition icon for spacing the extension buttons on your toolbar
File Size 2.69 MB
Installation Count 585
Current Version 30.0.8
Last Updated 2017-08-24
Publish Date 2017-08-23
Rating 4.60/5 Total 10 Ratings
Developer Niko Sardas
Email [email protected]
Payment Type free
Supported Languages 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": "3rd Toolbar Spacer",
    "version": "30.0.8"
}