caturday
Shows pictures of cats!
Co to jest caturday?
caturday to rozszerzenie Chrome opracowane przez hal313, a jego główną funkcją jest „Shows pictures of cats!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia caturday
Pobierz pliki rozszerzeń caturday 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
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mcciciniemdaoljfnhgfahdhhkhefcfp |
| Oficjalny URL | https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp |
| Opis | Shows pictures of cats! |
| Rozmiar pliku | 95.19 KB |
| Liczba instalacji | 54 |
| Aktualna Wersja | 0.0.31 |
| Ostatnia Aktualizacja | 2021-03-09 |
| Data Publikacji | 2019-04-18 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | hal313 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |