8th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

What is 8th Toolbar Spacer?

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

Download 8th 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 8th Toolbar Spacer 8th Toolbar Spacer
ID iiandhpnocgjaabfjmhegfdombmcjbpd
Official URL https://chromewebstore.google.com/detail/8th-toolbar-spacer/iiandhpnocgjaabfjmhegfdombmcjbpd
Description A partition icon for spacing the extension buttons on your toolbar
File Size 2.69 MB
Installation Count 180
Current Version 30.1.7
Last Updated 2018-02-15
Publish Date 2018-02-15
Rating 3.00/5 Total 2 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": "8th Toolbar Spacer",
    "version": "30.1.7"
}