7th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

Cos'è 7th Toolbar Spacer?

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

Scarica i file di estensione 7th 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 7th Toolbar Spacer 7th Toolbar Spacer
ID mecndhoakokighbdjanlfcdikmggphil
URL Ufficiale https://chromewebstore.google.com/detail/7th-toolbar-spacer/mecndhoakokighbdjanlfcdikmggphil
Descrizione A partition icon for spacing the extension buttons on your toolbar
Dimensione del File 2.87 MB
Conteggio Installazioni 195
Versione Corrente 30.0.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": "7th Toolbar Spacer",
    "version": "30.0.7"
}