Is it Saturday?

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

Is it Saturday? là gì?

Is it Saturday? là một tiện ích mở rộng Chrome được phát triển bởi goatcheese90, và tính năng chính của nó là "Tells you if it is Saturday in any timezone UTC+14 to UTC-12".

Tải xuống tệp CRX của tiện ích mở rộng Is it Saturday?

Tải xuống các tệp mở rộng Is it Saturday? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Is it Saturday? Is it Saturday?
ID fefdcnndlgbemifbhgnijbmjganpdmke
URL Chính Thức https://chromewebstore.google.com/detail/is-it-saturday/fefdcnndlgbemifbhgnijbmjganpdmke
Mô tả Tells you if it is Saturday in any timezone UTC+14 to UTC-12
Kích Thước Tệp 9.18 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-11-19
Ngày Phát Hành 2017-11-18
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển goatcheese90
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}