Timer

A clean, simple countown timer with visual and audible alarm.

Cos'è Timer?

Timer è un'estensione di Chrome sviluppata da Reasonable Systems, e la sua funzione principale è "A clean, simple countown timer with visual and audible alarm.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Timer

Scarica i file di estensione 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

                        Timer provides a simple countdown timer for scheduling future events without fussiness. Great for tracking french press brewing schedules, the kids' video game sessions, and Pomodoro work units. It keeps running in the background and plays a pleasant chime and shows a notification when it finishes.

Click on numbers to edit, tab to move between fields, spacebar to start and stop the timer. Click the bell icon to turn the alarm on or off and use the reset button to reset the timer to its most recent time.                    

Informazioni di Base sull'Estensione

Nome Timer Timer
ID cmjaflcjfodgbadocmpelolnfneppipe
URL Ufficiale https://chromewebstore.google.com/detail/timer/cmjaflcjfodgbadocmpelolnfneppipe
Descrizione A clean, simple countown timer with visual and audible alarm.
Dimensione del File 155 KB
Conteggio Installazioni 2,698
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-02-01
Data di Pubblicazione 2020-02-01
Valutazione 3.57/5 Totale 21 Valutazioni
Sviluppatore Reasonable Systems
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/abachman/chrome-timer
URL della Pagina di Aiuto https://github.com/abachman/chrome-timer/wiki
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "version": "1.1.0",
    "description": "A clean, simple countown timer with visual and audible alarm.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Timer",
        "default_popup": "fragments\/popup.html"
    },
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "icons\/48.png",
        "assets\/wine-glass-alarm.ogg",
        "assets\/glyphicons-halflings.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}