Text to Cat Puns

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

Qu'est-ce que Text to Cat Puns ?

Text to Cat Puns est une extension Chrome développée par daniel landy, et sa fonction principale est "Click the extension button and any web page's text will turn into cat puns.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text to Cat Puns

Téléchargez les fichiers d'extension Text to Cat Puns au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Text to Cat Puns Text to Cat Puns
ID ddmladhkjpinjilomibffpomcljklkki
URL Officiel https://chrome.google.com/webstore/detail/text-to-cat-puns/ddmladhkjpinjilomibffpomcljklkki
Description Click the extension button and any web page's text will turn into cat puns.
Taille du Fichier 64.61 KB
Nombre d'Installations 810
Version Actuelle 0.4
Dernière Mise à Jour 2015-10-23
Date de Publication 2015-10-23
Évaluation 3.71/5 Total 14 Évaluations
Développeur daniel landy
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}