9th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

Cos'è 9th Toolbar Spacer?

9th 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 9th Toolbar Spacer

Scarica i file di estensione 9th 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 9th Toolbar Spacer 9th Toolbar Spacer
ID jcigapkmkejookkejhojeobnbngphomg
URL Ufficiale https://chromewebstore.google.com/detail/9th-toolbar-spacer/jcigapkmkejookkejhojeobnbngphomg
Descrizione A partition icon for spacing the extension buttons on your toolbar
Dimensione del File 2.69 MB
Conteggio Installazioni 175
Versione Corrente 30.1.9
Ultimo Aggiornamento 2017-03-30
Data di Pubblicazione 2017-03-30
Valutazione 5.00/5 Totale 3 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": "9th Toolbar Spacer",
    "version": "30.1.9"
}