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…

Qu'est-ce que Alarm U ?

Alarm U est une extension Chrome développée par matt.alpe.dev, et sa fonction principale est "This extension allows you to set alarms in chrome. On alarm triggered shows a notification and open an alert, if has configured a…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Alarm U

Téléchargez les fichiers d'extension Alarm U au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Alarm U Alarm U
ID pfilhgkgnhmgoifldaakiddnmhabamjd
URL Officiel https://chromewebstore.google.com/detail/alarm-u/pfilhgkgnhmgoifldaakiddnmhabamjd
Description This extension allows you to set alarms in chrome. On alarm triggered shows a notification and open an alert, if has configured a…
Taille du Fichier 136 KB
Nombre d'Installations 43
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-03-29
Date de Publication 2023-03-22
Évaluation 5.00/5 Total 4 Évaluations
Développeur matt.alpe.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/matheus-alpe/alarm-u-extension
URL de la Page d'Aide https://github.com/matheus-alpe/alarm-u-extension/issues
Langues Prises en Charge 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"
    }
}