Count Down Timer
Simple count down timer - by govindpatel(https://github.com/govindpatel)
Vad är Count Down Timer?
Count Down Timer är en Chrome-tillägg utvecklad av https://patelgovind.blogspot.in, och dess huvudfunktion är "Simple count down timer - by govindpatel(https://github.com/govindpatel)".
Tilläggsskärmbilder
Ladda ner Count Down Timer-förlängningens CRX-fil
Ladda ner Count Down Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Count Down Timer |
ID | bffggfbgecbjiildkanipjifdpdfopci |
Officiell webbadress | https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci |
Beskrivning | Simple count down timer - by govindpatel(https://github.com/govindpatel) |
Filstorlek | 93.27 KB |
Antal Installationer | 629 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-08-24 |
Publiceringsdatum | 2015-07-14 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | https://patelgovind.blogspot.in |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |