Alarm Clock
This is a simple chrome extension and ability to set upto 3 alarm times.
O que é Alarm Clock?
Alarm Clock é uma extensão do Chrome desenvolvida por http://soubhik.chatterjee.pw, e sua principal característica é "This is a simple chrome extension and ability to set upto 3 alarm times.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Alarm Clock
Baixe arquivos de extensão Alarm Clock 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
It's an alarm clock for Google Chrome Browser, with a total of 3 alarms. Very small footprint and its free!
Does not need any tabs to be open. Informações Básicas da Extensão
| Nome | |
| ID | engpdgphngdeimpimkipknieejalbelk |
| URL Oficial | https://chrome.google.com/webstore/detail/alarm-clock/engpdgphngdeimpimkipknieejalbelk |
| Descrição | This is a simple chrome extension and ability to set upto 3 alarm times. |
| Tamanho do Arquivo | 66.27 KB |
| Contagem de Instalações | 1,000 |
| Versão Atual | 1.3 |
| Última Atualização | 2016-10-25 |
| Data de Publicação | 2016-10-25 |
| Classificação | 1.53/5 Total de 45 Avaliações |
| Desenvolvedor | http://soubhik.chatterjee.pw |
| Tipo de Pagamento | free |
| Idiomas Suportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "bell.png",
"default_title": "Alarm Clock",
"name": "Alarm Clock",
"default_popup": "popup.html"
},
"description": "This is a simple chrome extension and ability to set upto 3 alarm times.",
"icons": {
"128": "bell.png"
},
"web_accessible_resources": [
"bell.png"
],
"name": "Alarm Clock",
"permissions": [
"tabs",
"storage",
"notifications",
"management",
"unlimitedStorage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"manifest_version": 2,
"version": "1.3"
} | |