Timer

A chrome extension that allows you to set timer and alert

Wat is Timer?

Timer is een Chrome-extensie ontwikkeld door Thu Nguyen, en de belangrijkste functie is "A chrome extension that allows you to set timer and alert".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Timer

Download Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Timer Timer
ID jeeccbgpjcoijhgboccheomodgnhaddi
Officiële URL https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi
Beschrijving A chrome extension that allows you to set timer and alert
Bestandsgrootte 297 KB
Aantal Installaties 422
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-11-11
Publicatiedatum 2016-11-10
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar Thu Nguyen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}