Click for Kittens

Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…

Qu'est-ce que Click for Kittens ?

Click for Kittens est une extension Chrome développée par Adam Darbyshire, et sa fonction principale est "Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Click for Kittens

Téléchargez les fichiers d'extension Click for Kittens 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

                        Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com.


Image copyright Teekatas Suwannakrua, http://raindropmemory.deviantart.com/                    

Informations de Base sur l'Extension

Nom Click for Kittens Click for Kittens
ID pjlpjdbgoegmgbionadgflfacmdngnoh
URL Officiel https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh
Description Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
Taille du Fichier 23.22 KB
Nombre d'Installations 91
Version Actuelle 1.2
Dernière Mise à Jour 2013-05-21
Date de Publication 2013-05-20
Évaluation 4.15/5 Total 13 Évaluations
Développeur Adam Darbyshire
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click for Kittens",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "icon": "iconbig.png",
    "background": {
        "scripts": [
            "kittens.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Click for Kittens"
    },
    "manifest_version": 2
}