HIGH NOON notifier
Informs you when it is HIGH NOON
HIGH NOON notifierとは何ですか?
HIGH NOON notifierはvshanmugamdevによって開発されたChromeの拡張機能で、その主な機能は「Informs you when it is HIGH NOON」です。
拡張機能のスクリーンショット
HIGH NOON notifier拡張機能のCRXファイルをダウンロード
HIGH NOON notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Says "its high noon" at 12:00:00 pm
拡張機能の基本情報
名前 | |
ID | eomdpggeicpijoebflhnepbhbpkhmlhn |
公式URL | https://chrome.google.com/webstore/detail/high-noon-notifier/eomdpggeicpijoebflhnepbhbpkhmlhn |
説明 | Informs you when it is HIGH NOON |
ファイルサイズ | 81.98 KB |
インストール数 | 107 |
現在のバージョン | 1.0.2 |
最終更新日 | 2016-11-13 |
公開日 | 2016-11-13 |
評価 | 5.00/5 合計 17 レビュー |
開発者 | vshanmugamdev |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HIGH NOON notifier", "description": "Informs you when it is HIGH NOON", "version": "1.0.2", "background": { "page": "mypopup.html" }, "browser_action": { "default_popup": "mypopup.html" }, "icons": { "48": "cb.png" }, "permissions": [] } |