caturday
Shows pictures of cats!
Was ist caturday?
caturday ist eine Chrome-Erweiterung, die von hal313 entwickelt wurde, und ihr Hauptmerkmal ist "Shows pictures of cats!".
Erweiterungsscreenshots
caturday-Erweiterungs-CRX-Datei herunterladen
Laden Sie caturday-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mcciciniemdaoljfnhgfahdhhkhefcfp |
| Offizielle URL | https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp |
| Beschreibung | Shows pictures of cats! |
| Dateigröße | 95.19 KB |
| Installationsanzahl | 54 |
| Aktuelle Version | 0.0.31 |
| Letztes Update | 2021-03-09 |
| Veröffentlichungsdatum | 2019-04-18 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | hal313 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |