Timer: the Simple Timer

A simple,minimalist 25 minutes timer.

Qu'est-ce que Timer: the Simple Timer ?

Timer: the Simple Timer est une extension Chrome développée par valya.situation, et sa fonction principale est "A simple,minimalist 25 minutes timer.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Timer: the Simple Timer

Téléchargez les fichiers d'extension Timer: the Simple Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Timer: the Simple Timer Timer: the Simple Timer
ID pbncilcogkcfjdfbdaikpofojdcfgplo
URL Officiel https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo
Description A simple,minimalist 25 minutes timer.
Taille du Fichier 100 KB
Nombre d'Installations 53
Version Actuelle 1.8
Dernière Mise à Jour 2019-08-03
Date de Publication 2019-08-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur valya.situation
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}