20 Minute Timer

20 Minute Timer is an alarm that fires after twenty minutes.

Co je 20 Minute Timer?

20 Minute Timer je rozšíření Chrome vyvinuté DMBFullstack, a jeho hlavní funkcí je „20 Minute Timer is an alarm that fires after twenty minutes.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření 20 Minute Timer

Stáhněte si soubory rozšíření 20 Minute Timer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.                    

Základní Informace o Rozšíření

Název 20 Minute Timer 20 Minute Timer
ID mjpefkiaapcahdnkgccllcplgafdjifj
Oficiální URL https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj
Popis 20 Minute Timer is an alarm that fires after twenty minutes.
Velikost souboru 959 KB
Počet instalací 405
Aktuální Verze 1.0.1
Poslední Aktualizace 2016-04-09
Datum Vydání 2016-04-09
Hodnocení 4.86/5 Celkem 7 Hodnocení
Vývojář DMBFullstack
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20 Minute Timer",
    "short_name": "20 Minute Timer",
    "description": "20 Minute Timer is an alarm that fires after twenty minutes.",
    "version": "1.0.1",
    "author": "DMBFullstack",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "20 Minute Timer"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "page": "eventPage.html",
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}