Is it Saturday?

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

什麼是Is it Saturday??

Is it Saturday?是由goatcheese90開發的Chrome擴展程式,該擴展的主要功能是“Tells you if it is Saturday in any timezone UTC+14 to UTC-12”。

下載Is it Saturday?擴展crx文件

下載Is it Saturday?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}