Timer

A chrome extension that allows you to set timer and alert

Qu'est-ce que Timer ?

Timer est une extension Chrome développée par Thu Nguyen, et sa fonction principale est "A chrome extension that allows you to set timer and alert".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Timer

Téléchargez les fichiers d'extension 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

                        A basic timer with sound and notifications. Can set time up to hours as                    

Informations de Base sur l'Extension

Nom Timer Timer
ID jeeccbgpjcoijhgboccheomodgnhaddi
URL Officiel https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi
Description A chrome extension that allows you to set timer and alert
Taille du Fichier 297 KB
Nombre d'Installations 422
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-11-11
Date de Publication 2016-11-10
Évaluation 4.25/5 Total 4 Évaluations
Développeur Thu Nguyen
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "version": "1.0.0",
    "description": "A chrome extension that allows you to set timer and alert",
    "author": "ThuNguyen",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Set!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications"
    ]
}