Click for Kittens
Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
Co to jest Click for Kittens?
Click for Kittens to rozszerzenie Chrome opracowane przez Adam Darbyshire, a jego główną funkcją jest „Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Click for Kittens
Pobierz pliki rozszerzeń Click for Kittens w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/ Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pjlpjdbgoegmgbionadgflfacmdngnoh |
| Oficjalny URL | https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh |
| Opis | Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas… |
| Rozmiar pliku | 23.22 KB |
| Liczba instalacji | 91 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2013-05-21 |
| Data Publikacji | 2013-05-20 |
| Ocena | 4.15/5 Łącznie 13 Oceny |
| Deweloper | Adam Darbyshire |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |