Better Scratch Navbar

Changes the navbar to a better, wider, prettier one.

Cos'è Better Scratch Navbar?

Better Scratch Navbar è un'estensione di Chrome sviluppata da GrannyCookies, e la sua funzione principale è "Changes the navbar to a better, wider, prettier one.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better Scratch Navbar

Scarica i file di estensione Better Scratch Navbar 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

                                            

Informazioni di Base sull'Estensione

Nome Better Scratch Navbar Better Scratch Navbar
ID jmkeiloeoeghhlkfeahcdfbjeongihol
URL Ufficiale https://chrome.google.com/webstore/detail/better-scratch-navbar/jmkeiloeoeghhlkfeahcdfbjeongihol
Descrizione Changes the navbar to a better, wider, prettier one.
Dimensione del File 39.64 KB
Conteggio Installazioni 134
Versione Corrente 2.1
Ultimo Aggiornamento 2015-01-21
Data di Pubblicazione 2015-01-21
Valutazione 3.33/5 Totale 12 Valutazioni
Sviluppatore GrannyCookies
Tipo di Pagamento free
Sito Web dell'Estensione http://scratch.mit.edu
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Scratch Navbar",
    "version": "2.1",
    "description": "Changes the navbar to a better, wider, prettier one.",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scratch.mit.edu\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/scratch.mit.edu\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src http:\/\/scratch.mit.edu; img-src http:\/\/scratch.mit.edu"
}