Is it Saturday?

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

ما هو Is it Saturday?؟

Is it Saturday? هو إضافة Chrome تم تطويرها بواسطة goatcheese90، والميزة الرئيسية لها هي "Tells you if it is Saturday in any timezone UTC+14 to UTC-12".

تحميل ملف CRX للإضافة Is it Saturday?

قم بتنزيل ملفات الامتداد Is it Saturday? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
    }
}