Now To Meow

Replaces the text 'now' with 'meow'.

Cos'è Now To Meow?

Now To Meow è un'estensione di Chrome sviluppata da Jeremy Mouton, e la sua funzione principale è "Replaces the text 'now' with 'meow'.".

Scarica il file CRX dell'estensione Now To Meow

Scarica i file di estensione Now To Meow 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

                        Replaced the word "now" with "meow".                    

Informazioni di Base sull'Estensione

Nome Now To Meow Now To Meow
ID elngnopokeojkeojolnennkikbdlfjnd
URL Ufficiale https://chrome.google.com/webstore/detail/now-to-meow/elngnopokeojkeojolnennkikbdlfjnd
Descrizione Replaces the text 'now' with 'meow'.
Dimensione del File 3.34 KB
Conteggio Installazioni 51
Versione Corrente 1.0
Ultimo Aggiornamento 2013-10-29
Data di Pubblicazione 2013-10-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Jeremy Mouton
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Now To Meow",
    "version": "1.0",
    "description": "Replaces the text 'now' with 'meow'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}