Count Down Timer
Simple count down timer - by govindpatel(https://github.com/govindpatel)
Was ist Count Down Timer?
Count Down Timer ist eine Chrome-Erweiterung, die von https://patelgovind.blogspot.in entwickelt wurde, und ihr Hauptmerkmal ist "Simple count down timer - by govindpatel(https://github.com/govindpatel)".
Erweiterungsscreenshots
Count Down Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Count Down Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Count Down Timer |
ID | bffggfbgecbjiildkanipjifdpdfopci |
Offizielle URL | https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci |
Beschreibung | Simple count down timer - by govindpatel(https://github.com/govindpatel) |
Dateigröße | 93.27 KB |
Installationsanzahl | 629 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-08-24 |
Veröffentlichungsdatum | 2015-07-14 |
Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
Entwickler | https://patelgovind.blogspot.in |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |