Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Wat is Stopwatch?
Stopwatch is een Chrome-extensie ontwikkeld door codeware development, en de belangrijkste functie is "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stopwatch
Download Stopwatch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
Officiële URL | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
Beschrijving | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
Bestandsgrootte | 72.87 KB |
Aantal Installaties | 1,213 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2018-02-10 |
Publicatiedatum | 2018-02-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | codeware development |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |