caturday
Shows pictures of cats!
Co je caturday?
caturday je rozšíření Chrome vyvinuté hal313, a jeho hlavní funkcí je „Shows pictures of cats!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření caturday
Stáhněte si soubory rozšíření caturday 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í
Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun. Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension
Základní Informace o Rozšíření
Název | caturday |
ID | mcciciniemdaoljfnhgfahdhhkhefcfp |
Oficiální URL | https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp |
Popis | Shows pictures of cats! |
Velikost souboru | 95.19 KB |
Počet instalací | 54 |
Aktuální Verze | 0.0.31 |
Poslední Aktualizace | 2021-03-09 |
Datum Vydání | 2019-04-18 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | hal313 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.31", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": [], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "caturday", "default_popup": "popup.html" } } |