Is it Saturday?
Tells you if it is Saturday in any timezone UTC+14 to UTC-12
Co to jest Is it Saturday??
Is it Saturday? to rozszerzenie Chrome opracowane przez goatcheese90, a jego główną funkcją jest „Tells you if it is Saturday in any timezone UTC+14 to UTC-12”.
Pobierz plik CRX rozszerzenia Is it Saturday?
Pobierz pliki rozszerzeń Is it Saturday? 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
Tells you if it is Saturday in any timezone UTC+14 to UTC-12. Useful for shitposting in programming groups Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fefdcnndlgbemifbhgnijbmjganpdmke |
| Oficjalny URL | https://chromewebstore.google.com/detail/is-it-saturday/fefdcnndlgbemifbhgnijbmjganpdmke |
| Opis | Tells you if it is Saturday in any timezone UTC+14 to UTC-12 |
| Rozmiar pliku | 9.18 KB |
| Liczba instalacji | 23 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2017-11-19 |
| Data Publikacji | 2017-11-18 |
| Ocena | 4.33/5 Łącznie 6 Oceny |
| Deweloper | goatcheese90 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Is it Saturday?",
"version": "1.0",
"manifest_version": 2,
"description": "Tells you if it is Saturday in any timezone UTC+14 to UTC-12",
"permissions": [
"alarms"
],
"browser_action": {
"default_icon": "no.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |