Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Cos'è Stopwatch?
Stopwatch è un'estensione di Chrome sviluppata da codeware development, e la sua funzione principale è "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stopwatch
Scarica i file di estensione Stopwatch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
URL Ufficiale | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
Descrizione | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
Dimensione del File | 72.87 KB |
Conteggio Installazioni | 1,213 |
Versione Corrente | 1.0.0.1 |
Ultimo Aggiornamento | 2018-02-10 |
Data di Pubblicazione | 2018-02-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | codeware development |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |