Cat Generator
The purrfect extension to keep you entertained with awesome cat gifs.
Co je Cat Generator?
Cat Generator je rozšíření Chrome vyvinuté nickela125, a jeho hlavní funkcí je „The purrfect extension to keep you entertained with awesome cat gifs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cat Generator
Stáhněte si soubory rozšíření Cat Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Cat Generator |
ID | glpkdnkdpcloinlicdbnlemidgdmglhh |
Oficiální URL | https://chromewebstore.google.com/detail/cat-generator/glpkdnkdpcloinlicdbnlemidgdmglhh |
Popis | The purrfect extension to keep you entertained with awesome cat gifs. |
Velikost souboru | 211 KB |
Počet instalací | 1,433 |
Aktuální Verze | 1.2.0.0 |
Poslední Aktualizace | 2018-09-24 |
Datum Vydání | 2018-09-23 |
Hodnocení | 5.00/5 Celkem 13 Hodnocení |
Vývojář | nickela125 |
Typ Platby | free |
Podporované Jazyky | 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" } } |