Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Vad är Stopwatch?
Stopwatch är en Chrome-tillägg utvecklad av codeware development, och dess huvudfunktion är "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".
Tilläggsskärmbilder
Ladda ner Stopwatch-förlängningens CRX-fil
Ladda ner Stopwatch-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
This stopwatch gives you the ability to count your time without leaving your active tab or window. It has build in persistence wich will still count even if you have to restart the browser or even your computer.
Grundläggande Information om Tillägg
Namn | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
Officiell webbadress | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
Beskrivning | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
Filstorlek | 72.87 KB |
Antal Installationer | 1,213 |
Aktuell Version | 1.0.0.1 |
Senast Uppdaterad | 2018-02-10 |
Publiceringsdatum | 2018-02-10 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | codeware development |
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": "Stopwatch", "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.", "version": "1.0.0.1", "browser_action": { "default_icon": "watch.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |