Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Was ist Stopwatch?
Stopwatch ist eine Chrome-Erweiterung, die von codeware development entwickelt wurde, und ihr Hauptmerkmal ist "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".
Erweiterungsscreenshots
Stopwatch-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stopwatch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
Offizielle URL | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
Beschreibung | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
Dateigröße | 72.87 KB |
Installationsanzahl | 1,213 |
Aktuelle Version | 1.0.0.1 |
Letztes Update | 2018-02-10 |
Veröffentlichungsdatum | 2018-02-10 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | codeware development |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |