Is it Saturday?

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

Is it Saturday? क्या है?

Is it Saturday? goatcheese90 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tells you if it is Saturday in any timezone UTC+14 to UTC-12"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Is it Saturday? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Is it Saturday? Is it Saturday?
ID fefdcnndlgbemifbhgnijbmjganpdmke
आधिकारिक URL https://chromewebstore.google.com/detail/is-it-saturday/fefdcnndlgbemifbhgnijbmjganpdmke
विवरण Tells you if it is Saturday in any timezone UTC+14 to UTC-12
फ़ाइल का आकार 9.18 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-11-19
प्रकाशन तिथि 2017-11-18
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर goatcheese90
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
    }
}