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 扩展基本信息
| 名称 | |
| 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
}
} | |