Click for Kittens

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

Apa itu Click for Kittens?

Click for Kittens adalah ekstensi Chrome yang dikembangkan oleh Adam Darbyshire, dan fitur utamanya adalah "Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Click for Kittens

Unduh file ekstensi Click for Kittens dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Click for Kittens Click for Kittens
ID pjlpjdbgoegmgbionadgflfacmdngnoh
URL Resmi https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh
Deskripsi Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
Ukuran File 23.22 KB
Jumlah Instalasi 91
Versi Saat Ini 1.2
Terakhir Diperbarui 2013-05-21
Tanggal Publikasi 2013-05-20
Penilaian 4.15/5 Total 13 Penilaian
Pengembang Adam Darbyshire
Tipe Pembayaran free
Bahasa yang Didukung 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
}