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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}