Timer
A chrome extension that allows you to set timer and alert
Hvad er Timer?
Timer er en Chrome-udvidelse udviklet af Thu Nguyen, og dens hovedfunktion er "A chrome extension that allows you to set timer and alert".
Udvidelsesskærmbilleder
Download Timer-udvidelses-CRX-fil
Download Timer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A basic timer with sound and notifications. Can set time up to hours as
Grundlæggende oplysninger om udvidelsen
Navn | Timer |
ID | jeeccbgpjcoijhgboccheomodgnhaddi |
Officiel URL | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
Beskrivelse | A chrome extension that allows you to set timer and alert |
Filstørrelse | 297 KB |
Antal Installationer | 422 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2016-11-11 |
Udgivelsesdato | 2016-11-10 |
Bedømmelse | 4.25/5 Samlet 4 Bedømmelser |
Udvikler | Thu Nguyen |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |