4th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

What is 4th Toolbar Spacer?

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

Download 4th 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 4th Toolbar Spacer 4th Toolbar Spacer
ID nbfggebgopkfbnfcafbialgjhoaobaek
Official URL https://chromewebstore.google.com/detail/4th-toolbar-spacer/nbfggebgopkfbnfcafbialgjhoaobaek
Description A partition icon for spacing the extension buttons on your toolbar
File Size 2.69 MB
Installation Count 559
Current Version 30.0.8
Last Updated 2017-08-24
Publish Date 2017-08-23
Rating 4.43/5 Total 7 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": "4th Toolbar Spacer",
    "version": "30.0.8"
}