Is it Saturday?
Tells you if it is Saturday in any timezone UTC+14 to UTC-12
Vad är Is it Saturday??
Is it Saturday? är en Chrome-tillägg utvecklad av goatcheese90, och dess huvudfunktion är "Tells you if it is Saturday in any timezone UTC+14 to UTC-12".
Ladda ner Is it Saturday?-förlängningens CRX-fil
Ladda ner Is it Saturday?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Tells you if it is Saturday in any timezone UTC+14 to UTC-12. Useful for shitposting in programming groups Grundläggande Information om Tillägg
| Namn | |
| ID | fefdcnndlgbemifbhgnijbmjganpdmke |
| Officiell webbadress | https://chromewebstore.google.com/detail/is-it-saturday/fefdcnndlgbemifbhgnijbmjganpdmke |
| Beskrivning | Tells you if it is Saturday in any timezone UTC+14 to UTC-12 |
| Filstorlek | 9.18 KB |
| Antal Installationer | 23 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-11-19 |
| Publiceringsdatum | 2017-11-18 |
| Betyg | 4.33/5 Totalt 6 Betyg |
| Utvecklare | goatcheese90 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
}
} | |