6th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

What is 6th Toolbar Spacer?

6th 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 6th Toolbar Spacer Extension CRX File

Download 6th 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 6th Toolbar Spacer 6th Toolbar Spacer
ID ppplbdcdldelngnkblbjfclblmhgncgb
Official URL https://chromewebstore.google.com/detail/6th-toolbar-spacer/ppplbdcdldelngnkblbjfclblmhgncgb
Description A partition icon for spacing the extension buttons on your toolbar
File Size 2.69 MB
Installation Count 242
Current Version 30.0.7
Last Updated 2017-08-24
Publish Date 2017-08-23
Rating 5.00/5 Total 1 Ratings
Developer Niko Sardas
Email [email protected]
Payment Type free
Supported Languages 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"
}