Timer

This simple timer tells you when your time is up.

Wat is Timer?

Timer is een Chrome-extensie ontwikkeld door Kuba Szulaczkowski, en de belangrijkste functie is "This simple timer tells you when your time is up.".

Extensie Screenshots

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

                        Set it for up to 4 hours
Pause or start the timer over
Persistent desktop notification with looping sound

Additional sounds are available as an in-app payment                    

Basisinformatie over de Extensie

Naam Timer Timer
ID hepmlgghomccjinhcnkkikjpgkjibglj
Officiële URL https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj
Beschrijving This simple timer tells you when your time is up.
Bestandsgrootte 522 KB
Aantal Installaties 164,548
Huidige Versie 1.3.0.2
Laatst Bijgewerkt 2018-10-03
Publicatiedatum 2018-10-03
Beoordeling 4.20/5 Totaal 498 Beoordelingen
Ontwikkelaar Kuba Szulaczkowski
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timer",
    "version": "1.3.0.2",
    "manifest_version": 2,
    "description": "This simple timer tells you when your time is up.",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/clock.png",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "50",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/48.png"
    ]
}