Count Down Timer
Simple count down timer - by govindpatel(https://github.com/govindpatel)
Wat is Count Down Timer?
Count Down Timer is een Chrome-extensie ontwikkeld door https://patelgovind.blogspot.in, en de belangrijkste functie is "Simple count down timer - by govindpatel(https://github.com/govindpatel)".
Extensie Screenshots
Download het CRX-bestand van de extensie Count Down Timer
Download Count Down 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
It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time. It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.
Basisinformatie over de Extensie
Naam | Count Down Timer |
ID | bffggfbgecbjiildkanipjifdpdfopci |
Officiële URL | https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci |
Beschrijving | Simple count down timer - by govindpatel(https://github.com/govindpatel) |
Bestandsgrootte | 93.27 KB |
Aantal Installaties | 629 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-08-24 |
Publicatiedatum | 2015-07-14 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://patelgovind.blogspot.in |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Count Down Timer", "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)", "version": "1.0", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "res\/icon1.png", "default_popup": "popup.html", "default_title": "Count Down Timer" }, "icons": { "16": "res\/icon1.png", "48": "res\/icon32.png", "128": "res\/icon128.png" }, "permissions": [ "notifications" ] } |