Timer: the Simple Timer

A simple,minimalist 25 minutes timer.

Cos'è Timer: the Simple Timer?

Timer: the Simple Timer è un'estensione di Chrome sviluppata da valya.situation, e la sua funzione principale è "A simple,minimalist 25 minutes timer.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Timer: the Simple Timer

Scarica i file di estensione Timer: the Simple 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

                        One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.                    

Informazioni di Base sull'Estensione

Nome Timer: the Simple Timer Timer: the Simple Timer
ID pbncilcogkcfjdfbdaikpofojdcfgplo
URL Ufficiale https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo
Descrizione A simple,minimalist 25 minutes timer.
Dimensione del File 100 KB
Conteggio Installazioni 53
Versione Corrente 1.8
Ultimo Aggiornamento 2019-08-03
Data di Pubblicazione 2019-08-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore valya.situation
Email [email protected]
Tipo di Pagamento free
Lingue Supportate de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Timer.png",
        "default_title": "Timer"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "Timer_128.png",
        "16": "Timer_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "Timer"
    },
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Timer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}