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" } } |