Timer
This simple timer tells you when your time is up.
Vad är Timer?
Timer är en Chrome-tillägg utvecklad av Kuba Szulaczkowski, och dess huvudfunktion är "This simple timer tells you when your time is up.".
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
Set it for up to 4 hours Pause or start the timer over Persistent desktop notification with looping sound Additional sounds are available as an in-app payment
Grundläggande Information om Tillägg
Namn | Timer |
ID | hepmlgghomccjinhcnkkikjpgkjibglj |
Officiell webbadress | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
Beskrivning | This simple timer tells you when your time is up. |
Filstorlek | 522 KB |
Antal Installationer | 164,548 |
Aktuell Version | 1.3.0.2 |
Senast Uppdaterad | 2018-10-03 |
Publiceringsdatum | 2018-10-03 |
Betyg | 4.20/5 Totalt 498 Betyg |
Utvecklare | Kuba Szulaczkowski |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer", "version": "1.3.0.2", "manifest_version": 2, "description": "This simple timer tells you when your time is up.", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/clock.png", "default_popup": "popup.html" }, "minimum_chrome_version": "50", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "img\/48.png" ] } |