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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Click for Kittens

قم بتنزيل ملفات الامتداد Click for Kittens بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}