Hack to Stack

Turns all instances of 'hack' into 'stack' in Chrome.

Cos'è Hack to Stack?

Hack to Stack è un'estensione di Chrome sviluppata da elvinyung1, e la sua funzione principale è "Turns all instances of 'hack' into 'stack' in Chrome.".

Scarica il file CRX dell'estensione Hack to Stack

Scarica i file di estensione Hack to Stack 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

                        Turns all instances of 'hack' into 'stack' in Chrome.

You asked for this.                    

Informazioni di Base sull'Estensione

Nome Hack to Stack Hack to Stack
ID akigalajcdgbiphkpdpfoiikdhbhfend
URL Ufficiale https://chrome.google.com/webstore/detail/hack-to-stack/akigalajcdgbiphkpdpfoiikdhbhfend
Descrizione Turns all instances of 'hack' into 'stack' in Chrome.
Dimensione del File 3.4 KB
Conteggio Installazioni 36
Versione Corrente 0.1
Ultimo Aggiornamento 2014-09-22
Data di Pubblicazione 2014-09-22
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore elvinyung1
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack to Stack",
    "version": "0.1",
    "description": "Turns all instances of 'hack' into 'stack' in Chrome.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}