Text to Cat Puns

Click the extension button and any web page's text will turn into cat puns.

Cos'è Text to Cat Puns?

Text to Cat Puns è un'estensione di Chrome sviluppata da daniel landy, e la sua funzione principale è "Click the extension button and any web page's text will turn into cat puns.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Text to Cat Puns

Scarica i file di estensione Text to Cat Puns 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 Text to Cat Puns Text to Cat Puns
ID ddmladhkjpinjilomibffpomcljklkki
URL Ufficiale https://chrome.google.com/webstore/detail/text-to-cat-puns/ddmladhkjpinjilomibffpomcljklkki
Descrizione Click the extension button and any web page's text will turn into cat puns.
Dimensione del File 64.61 KB
Conteggio Installazioni 810
Versione Corrente 0.4
Ultimo Aggiornamento 2015-10-23
Data di Pubblicazione 2015-10-23
Valutazione 3.71/5 Totale 14 Valutazioni
Sviluppatore daniel landy
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to Cat Puns",
    "description": "Click the extension button and any web page's text will turn into cat puns.",
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "cats.png"
    },
    "icons": {
        "16": "cats16.png",
        "48": "cats48.png",
        "128": "cats.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}