Stopwatch

This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.

Qu'est-ce que Stopwatch ?

Stopwatch est une extension Chrome développée par codeware development, et sa fonction principale est "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stopwatch

Téléchargez les fichiers d'extension Stopwatch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stopwatch Stopwatch
ID gajcbmkmmcacnlpaffppednahicmomfn
URL Officiel https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn
Description This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Taille du Fichier 72.87 KB
Nombre d'Installations 1,213
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2018-02-10
Date de Publication 2018-02-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur codeware development
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}