Alarm U
This extension allows you to set alarms in chrome. On alarm triggered shows a notification and open an alert, if has configured a…
Wat is Alarm U?
Alarm U is een Chrome-extensie ontwikkeld door matt.alpe.dev, en de belangrijkste functie is "This extension allows you to set alarms in chrome. On alarm triggered shows a notification and open an alert, if has configured a…".
Extensie Screenshots
Download het CRX-bestand van de extensie Alarm U
Download Alarm U-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to set alarms in chrome.
On alarm triggered shows a notification and open an alert, if has configured a URL will open a new tab with the provided link. Basisinformatie over de Extensie
| Naam | |
| ID | pfilhgkgnhmgoifldaakiddnmhabamjd |
| Officiële URL | https://chromewebstore.google.com/detail/alarm-u/pfilhgkgnhmgoifldaakiddnmhabamjd |
| Beschrijving | This extension allows you to set alarms in chrome. On alarm triggered shows a notification and open an alert, if has configured a… |
| Bestandsgrootte | 136 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2023-03-29 |
| Publicatiedatum | 2023-03-22 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | matt.alpe.dev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/matheus-alpe/alarm-u-extension |
| Help Pagina-URL | https://github.com/matheus-alpe/alarm-u-extension/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Alarm U",
"version": "1.0.0",
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"tabs",
"scripting",
"storage",
"notifications",
"alarms"
],
"web_accessible_resources": [
{
"resources": [
"*.html",
"*.svg",
"*.js",
"*.css",
"*.svg"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
},
"action": [],
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"48": "favicon-48x48.png",
"128": "favicon-128x128.png"
}
} | |