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? |
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 |
Eメール | [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 } } |