8th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

Cos'è 8th Toolbar Spacer?

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

Scarica i file di estensione 8th 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 8th Toolbar Spacer 8th Toolbar Spacer
ID iiandhpnocgjaabfjmhegfdombmcjbpd
URL Ufficiale https://chromewebstore.google.com/detail/8th-toolbar-spacer/iiandhpnocgjaabfjmhegfdombmcjbpd
Descrizione A partition icon for spacing the extension buttons on your toolbar
Dimensione del File 2.69 MB
Conteggio Installazioni 180
Versione Corrente 30.1.7
Ultimo Aggiornamento 2018-02-15
Data di Pubblicazione 2018-02-15
Valutazione 3.00/5 Totale 2 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": "8th Toolbar Spacer",
    "version": "30.1.7"
}