Simple Timer
Simple timer that shows a popup when time is up.
Wat is Simple Timer?
Simple Timer is een Chrome-extensie ontwikkeld door jsg, en de belangrijkste functie is "Simple timer that shows a popup when time is up.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Timer
Download Simple 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
Simple timer that shows a popup when time is up. Simple and unobtrusive. Basisinformatie over de Extensie
| Naam | |
| ID | hhoihjklpidiicnmmlndmpkahnmfmfho |
| Officiële URL | https://chromewebstore.google.com/detail/simple-timer/hhoihjklpidiicnmmlndmpkahnmfmfho |
| Beschrijving | Simple timer that shows a popup when time is up. |
| Bestandsgrootte | 20.09 KB |
| Aantal Installaties | 1,337 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-06-07 |
| Publicatiedatum | 2014-06-07 |
| Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | jsg |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple Timer",
"version": "1.0",
"description": "Simple timer that shows a popup when time is up.",
"browser_action": {
"default_title": "Timer",
"default_icon": "timer-icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"sample.js"
],
"persistent": true
},
"manifest_version": 2
} | |