Is it Saturday?
Tells you if it is Saturday in any timezone UTC+14 to UTC-12
Cos'è Is it Saturday??
Is it Saturday? è un'estensione di Chrome sviluppata da goatcheese90, e la sua funzione principale è "Tells you if it is Saturday in any timezone UTC+14 to UTC-12".
Scarica il file CRX dell'estensione Is it Saturday?
Scarica i file di estensione Is it Saturday? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tells you if it is Saturday in any timezone UTC+14 to UTC-12. Useful for shitposting in programming groups
Informazioni di Base sull'Estensione
Nome | Is it Saturday? |
ID | fefdcnndlgbemifbhgnijbmjganpdmke |
URL Ufficiale | https://chromewebstore.google.com/detail/is-it-saturday/fefdcnndlgbemifbhgnijbmjganpdmke |
Descrizione | Tells you if it is Saturday in any timezone UTC+14 to UTC-12 |
Dimensione del File | 9.18 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-11-19 |
Data di Pubblicazione | 2017-11-18 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | goatcheese90 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |