Cat Generator
The purrfect extension to keep you entertained with awesome cat gifs.
Co to jest Cat Generator?
Cat Generator to rozszerzenie Chrome opracowane przez nickela125, a jego główną funkcją jest „The purrfect extension to keep you entertained with awesome cat gifs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cat Generator
Pobierz pliki rozszerzeń Cat Generator 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
Are you having a boring day? Need something to make you smile? Just really love cats? If you answered yes to any of these (and even if you didn't), you need Cat Generator. Get randomly generated cat gifs delivered right to your web browser with one simple click. Guaranteed to improve your day.
Podstawowe informacje o rozszerzeniu
Nazwa | Cat Generator |
ID | glpkdnkdpcloinlicdbnlemidgdmglhh |
Oficjalny URL | https://chromewebstore.google.com/detail/cat-generator/glpkdnkdpcloinlicdbnlemidgdmglhh |
Opis | The purrfect extension to keep you entertained with awesome cat gifs. |
Rozmiar pliku | 211 KB |
Liczba instalacji | 1,433 |
Aktualna Wersja | 1.2.0.0 |
Ostatnia Aktualizacja | 2018-09-24 |
Data Publikacji | 2018-09-23 |
Ocena | 5.00/5 Łącznie 13 Oceny |
Deweloper | nickela125 |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cat Generator", "description": "The purrfect extension to keep you entertained with awesome cat gifs.", "version": "1.2.0.0", "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "cat_16.png", "48": "cat_48.png", "128": "cat_128.png" } } |