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 |
官方網址 | 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" } } |