Programming to Googling StackOverflow

Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe

Cos'è Programming to Googling StackOverflow?

Programming to Googling StackOverflow è un'estensione di Chrome sviluppata da Francis N, e la sua funzione principale è "Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Programming to Googling StackOverflow

Scarica i file di estensione Programming to Googling StackOverflow 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

                        This app replaces the word "programming" with "Googling StackOverflow" as well as several other variations of the word "programming."

This was inspired by The Allium: http://bit.ly/1HF3QEe                    

Informazioni di Base sull'Estensione

Nome Programming to Googling StackOverflow Programming to Googling StackOverflow
ID cdfmakoamfdggejpagcaejcllihongbm
URL Ufficiale https://chromewebstore.google.com/detail/programming-to-googling-s/cdfmakoamfdggejpagcaejcllihongbm
Descrizione Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe
Dimensione del File 4.78 KB
Conteggio Installazioni 46
Versione Corrente 1.2
Ultimo Aggiornamento 2015-07-24
Data di Pubblicazione 2015-07-24
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Francis N
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Programming to Googling StackOverflow",
    "version": "1.2",
    "description": "Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http:\/\/bit.ly\/1HF3QEe",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}