Clean Timer

Helps you organize and optimize the tasks that matter for you

Co je Clean Timer?

Clean Timer je rozšíření Chrome vyvinuté Hideki OTSUKA, a jeho hlavní funkcí je „Helps you organize and optimize the tasks that matter for you“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Clean Timer

Stáhněte si soubory rozšíření Clean 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í

                        Organise yourself and manage your time easily by setting timers.
Clean Timer offers a simple, very easy to use interface with a large nice display.

Main features :
- Set up multiple precise timers
- Choose for each timer, the alarm you want
- Pause & resume your timers at any time
- Use a stopwatch and time yourself easily

Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.                    

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

Název Clean Timer Clean Timer
ID jobneimllpaijdidliomlnekgjkjhpfn
Oficiální URL https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn
Popis Helps you organize and optimize the tasks that matter for you
Velikost souboru 1.62 MB
Počet instalací 658
Aktuální Verze 1.2.1
Poslední Aktualizace 2020-04-10
Datum Vydání 2020-04-10
Hodnocení 4.14/5 Celkem 7 Hodnocení
Vývojář Hideki OTSUKA
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Timer",
    "version": "1.2.1",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Helps you organize and optimize the tasks that matter for you",
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clean Timer",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}