Text to Cat Puns

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

Wat is Text to Cat Puns?

Text to Cat Puns is een Chrome-extensie ontwikkeld door daniel landy, en de belangrijkste functie is "Click the extension button and any web page's text will turn into cat puns.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Text to Cat Puns

Download Text to Cat Puns-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Text to Cat Puns Text to Cat Puns
ID ddmladhkjpinjilomibffpomcljklkki
Officiële URL https://chrome.google.com/webstore/detail/text-to-cat-puns/ddmladhkjpinjilomibffpomcljklkki
Beschrijving Click the extension button and any web page's text will turn into cat puns.
Bestandsgrootte 64.61 KB
Aantal Installaties 810
Huidige Versie 0.4
Laatst Bijgewerkt 2015-10-23
Publicatiedatum 2015-10-23
Beoordeling 3.71/5 Totaal 14 Beoordelingen
Ontwikkelaar daniel landy
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}