Click for Kittens
Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
Vad är Click for Kittens?
Click for Kittens är en Chrome-tillägg utvecklad av Adam Darbyshire, och dess huvudfunktion är "Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…".
Tilläggsskärmbilder
Ladda ner Click for Kittens-förlängningens CRX-fil
Ladda ner Click for Kittens-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | pjlpjdbgoegmgbionadgflfacmdngnoh |
| Officiell webbadress | https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh |
| Beskrivning | Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas… |
| Filstorlek | 23.22 KB |
| Antal Installationer | 91 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2013-05-21 |
| Publiceringsdatum | 2013-05-20 |
| Betyg | 4.15/5 Totalt 13 Betyg |
| Utvecklare | Adam Darbyshire |
| Betalningssätt | free |
| Stödda Språk | 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
} | |