Clean Timer

Helps you organize and optimize the tasks that matter for you

Cos'è Clean Timer?

Clean Timer è un'estensione di Chrome sviluppata da Hideki OTSUKA, e la sua funzione principale è "Helps you organize and optimize the tasks that matter for you".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Clean Timer

Scarica i file di estensione Clean Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clean Timer Clean Timer
ID jobneimllpaijdidliomlnekgjkjhpfn
URL Ufficiale https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn
Descrizione Helps you organize and optimize the tasks that matter for you
Dimensione del File 1.62 MB
Conteggio Installazioni 658
Versione Corrente 1.2.1
Ultimo Aggiornamento 2020-04-10
Data di Pubblicazione 2020-04-10
Valutazione 4.14/5 Totale 7 Valutazioni
Sviluppatore Hideki OTSUKA
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}