Little Timer

Only 8 type timers

Qu'est-ce que Little Timer ?

Little Timer est une extension Chrome développée par newstep, et sa fonction principale est "Only 8 type timers".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        Features
 - Set timer by one click.
 - Notify by new tab after the time has elapsed.
 - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes.
 - Remaining time is displayed on the right bottom of the icon.
 - Notify with a message if you enter a message.                    

Informations de Base sur l'Extension

Nom Little Timer Little Timer
ID hoojobmcgpegpdbaagmopahobnnnhhmh
URL Officiel https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh
Description Only 8 type timers
Taille du Fichier 20.62 KB
Nombre d'Installations 374
Version Actuelle 1.2.0
Dernière Mise à Jour 2017-02-07
Date de Publication 2017-02-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur newstep
Type de Paiement free
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Little Timer",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "timer16.png",
            "19": "timer19.png",
            "128": "timer128.png"
        },
        "default_title": "Little Timer",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "background"
    ],
    "icons": {
        "19": "timer19.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}