Click for Kittens
Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
Cos'è Click for Kittens?
Click for Kittens è un'estensione di Chrome sviluppata da Adam Darbyshire, e la sua funzione principale è "Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Click for Kittens
Scarica i file di estensione Click for Kittens in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | pjlpjdbgoegmgbionadgflfacmdngnoh |
| URL Ufficiale | https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh |
| Descrizione | Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas… |
| Dimensione del File | 23.22 KB |
| Conteggio Installazioni | 91 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2013-05-21 |
| Data di Pubblicazione | 2013-05-20 |
| Valutazione | 4.15/5 Totale 13 Valutazioni |
| Sviluppatore | Adam Darbyshire |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |