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…

What is Alarm U?

Alarm U is a Chrome extension developed by matt.alpe.dev, and its main feature is "This extension allows you to set alarms in chrome. On alarm triggered shows a notification and open an alert, if has configured a…".

Extension Screenshots

screenshot
screenshot

Download Alarm U Extension CRX File

Download Alarm U extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Alarm U Alarm U
ID pfilhgkgnhmgoifldaakiddnmhabamjd
Official URL 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…
File Size 136 KB
Installation Count 43
Current Version 1.0.0
Last Updated 2023-03-29
Publish Date 2023-03-22
Rating 5.00/5 Total 4 Ratings
Developer matt.alpe.dev
Email [email protected]
Payment Type free
Extension Website https://github.com/matheus-alpe/alarm-u-extension
Help Page URL https://github.com/matheus-alpe/alarm-u-extension/issues
Supported Languages 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"
    }
}