4th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

Wat is 4th Toolbar Spacer?

4th Toolbar Spacer is een Chrome-extensie ontwikkeld door Niko Sardas, en de belangrijkste functie is "A partition icon for spacing the extension buttons on your toolbar".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 4th Toolbar Spacer

Download 4th Toolbar Spacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam 4th Toolbar Spacer 4th Toolbar Spacer
ID nbfggebgopkfbnfcafbialgjhoaobaek
Officiële URL https://chromewebstore.google.com/detail/4th-toolbar-spacer/nbfggebgopkfbnfcafbialgjhoaobaek
Beschrijving A partition icon for spacing the extension buttons on your toolbar
Bestandsgrootte 2.69 MB
Aantal Installaties 559
Huidige Versie 30.0.8
Laatst Bijgewerkt 2017-08-24
Publicatiedatum 2017-08-23
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Niko Sardas
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}