4th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

Cos'è 4th Toolbar Spacer?

4th Toolbar Spacer è un'estensione di Chrome sviluppata da Niko Sardas, e la sua funzione principale è "A partition icon for spacing the extension buttons on your toolbar".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 4th Toolbar Spacer

Scarica i file di estensione 4th Toolbar Spacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 4th Toolbar Spacer 4th Toolbar Spacer
ID nbfggebgopkfbnfcafbialgjhoaobaek
URL Ufficiale https://chromewebstore.google.com/detail/4th-toolbar-spacer/nbfggebgopkfbnfcafbialgjhoaobaek
Descrizione A partition icon for spacing the extension buttons on your toolbar
Dimensione del File 2.69 MB
Conteggio Installazioni 559
Versione Corrente 30.0.8
Ultimo Aggiornamento 2017-08-24
Data di Pubblicazione 2017-08-23
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore Niko Sardas
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}