AlarmMe
Alarm you at the given time or after a given time period.
O que é AlarmMe?
AlarmMe é uma extensão do Chrome desenvolvida por moenekoremi, e sua principal característica é "Alarm you at the given time or after a given time period.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AlarmMe
Baixe arquivos de extensão AlarmMe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
URL Oficial | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
Descrição | Alarm you at the given time or after a given time period. |
Tamanho do Arquivo | 124 KB |
Contagem de Instalações | 367 |
Versão Atual | 1.2 |
Última Atualização | 2016-02-12 |
Data de Publicação | 2016-02-12 |
Desenvolvedor | moenekoremi |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |