Click for Kittens

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

Click for Kittens क्या है?

Click for Kittens Adam Darbyshire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Click for Kittens एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम Click for Kittens Click for Kittens
ID pjlpjdbgoegmgbionadgflfacmdngnoh
आधिकारिक URL https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh
विवरण Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
फ़ाइल का आकार 23.22 KB
स्थापना संख्या 91
वर्तमान संस्करण 1.2
अंतिम अपडेट 2013-05-21
प्रकाशन तिथि 2013-05-20
रेटिंग 4.15/5 कुल 13 रेटिंग्स
डेवलपर Adam Darbyshire
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}