Timer
A chrome extension that allows you to set timer and alert
Vad är Timer?
Timer är en Chrome-tillägg utvecklad av Thu Nguyen, och dess huvudfunktion är "A chrome extension that allows you to set timer and alert".
Tilläggsskärmbilder
Ladda ner Timer-förlängningens CRX-fil
Ladda ner 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
A basic timer with sound and notifications. Can set time up to hours as
Grundläggande Information om Tillägg
Namn | Timer |
ID | jeeccbgpjcoijhgboccheomodgnhaddi |
Officiell webbadress | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
Beskrivning | A chrome extension that allows you to set timer and alert |
Filstorlek | 297 KB |
Antal Installationer | 422 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2016-11-11 |
Publiceringsdatum | 2016-11-10 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | Thu Nguyen |
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": "Timer", "version": "1.0.0", "description": "A chrome extension that allows you to set timer and alert", "author": "ThuNguyen", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Set!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ] } |