AlarmMe
Alarm you at the given time or after a given time period.
AlarmMeとは何ですか?
AlarmMeはmoenekoremiによって開発されたChromeの拡張機能で、その主な機能は「Alarm you at the given time or after a given time period.」です。
拡張機能のスクリーンショット
AlarmMe拡張機能のCRXファイルをダウンロード
AlarmMe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enter the hour and minutes in the first and second text boxes and press after to set an alarm after the specified time interval. Enter the hour and minutes in the first and second text boxes and press when to set an alarm at the specified time in 24 hour system. A window will pop up and alarm sound will be played when the time is up.
拡張機能の基本情報
名前 | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
公式URL | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
説明 | Alarm you at the given time or after a given time period. |
ファイルサイズ | 124 KB |
インストール数 | 367 |
現在のバージョン | 1.2 |
最終更新日 | 2016-02-12 |
公開日 | 2016-02-12 |
開発者 | moenekoremi |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlarmMe", "description": "Alarm you at the given time or after a given time period.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [], "browser_action": { "default_popup": "popup.html", "default_title": "My Simple Alarm" } } |