Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Hvad er Stopwatch?
Stopwatch er en Chrome-udvidelse udviklet af codeware development, og dens hovedfunktion er "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".
Udvidelsesskærmbilleder
Download Stopwatch-udvidelses-CRX-fil
Download Stopwatch-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
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æggende oplysninger om udvidelsen
Navn | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
Officiel URL | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
Beskrivelse | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
Filstørrelse | 72.87 KB |
Antal Installationer | 1,213 |
Nuværende Version | 1.0.0.1 |
Senest Opdateret | 2018-02-10 |
Udgivelsesdato | 2018-02-10 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | codeware development |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |