Click for Kittens
Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
Wat is Click for Kittens?
Click for Kittens is een Chrome-extensie ontwikkeld door Adam Darbyshire, en de belangrijkste functie is "Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…".
Extensie Screenshots
Download het CRX-bestand van de extensie Click for Kittens
Download Click for Kittens-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/ Basisinformatie over de Extensie
| Naam | |
| ID | pjlpjdbgoegmgbionadgflfacmdngnoh |
| Officiële URL | https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh |
| Beschrijving | Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas… |
| Bestandsgrootte | 23.22 KB |
| Aantal Installaties | 91 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2013-05-21 |
| Publicatiedatum | 2013-05-20 |
| Beoordeling | 4.15/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | Adam Darbyshire |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |