Is it Saturday?

Tells you if it is Saturday in any timezone UTC+14 to UTC-12

Wat is Is it Saturday??

Is it Saturday? is een Chrome-extensie ontwikkeld door goatcheese90, en de belangrijkste functie is "Tells you if it is Saturday in any timezone UTC+14 to UTC-12".

Download het CRX-bestand van de extensie Is it Saturday?

Download Is it Saturday?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tells you if it is Saturday in any timezone UTC+14 to UTC-12. Useful for shitposting in programming groups                    

Basisinformatie over de Extensie

Naam Is it Saturday? Is it Saturday?
ID fefdcnndlgbemifbhgnijbmjganpdmke
Officiële URL https://chromewebstore.google.com/detail/is-it-saturday/fefdcnndlgbemifbhgnijbmjganpdmke
Beschrijving Tells you if it is Saturday in any timezone UTC+14 to UTC-12
Bestandsgrootte 9.18 KB
Aantal Installaties 23
Huidige Versie 1.0
Laatst Bijgewerkt 2017-11-19
Publicatiedatum 2017-11-18
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar goatcheese90
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}