Is it Saturday?
Tells you if it is Saturday in any timezone UTC+14 to UTC-12
Hvad er Is it Saturday??
Is it Saturday? er en Chrome-udvidelse udviklet af goatcheese90, og dens hovedfunktion er "Tells you if it is Saturday in any timezone UTC+14 to UTC-12".
Download Is it Saturday?-udvidelses-CRX-fil
Download Is it Saturday?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Tells you if it is Saturday in any timezone UTC+14 to UTC-12. Useful for shitposting in programming groups
Grundlæggende oplysninger om udvidelsen
Navn | Is it Saturday? |
ID | fefdcnndlgbemifbhgnijbmjganpdmke |
Officiel URL | https://chromewebstore.google.com/detail/is-it-saturday/fefdcnndlgbemifbhgnijbmjganpdmke |
Beskrivelse | Tells you if it is Saturday in any timezone UTC+14 to UTC-12 |
Filstørrelse | 9.18 KB |
Antal Installationer | 23 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-11-19 |
Udgivelsesdato | 2017-11-18 |
Bedømmelse | 4.33/5 Samlet 6 Bedømmelser |
Udvikler | goatcheese90 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |