Timing - a Stopwatch

A simple and reliable stopwatch for your timing needs.

Wat is Timing - a Stopwatch?

Timing - a Stopwatch is een Chrome-extensie ontwikkeld door jamespark, en de belangrijkste functie is "A simple and reliable stopwatch for your timing needs.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Timing - a Stopwatch

Download Timing - a 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

                        Timing is a stopwatch, nothing more, nothing less.                    

Basisinformatie over de Extensie

Naam Timing - a Stopwatch Timing - a Stopwatch
ID ipgihpibepibbbfddllapecomgododkg
Officiële URL https://chrome.google.com/webstore/detail/timing-a-stopwatch/ipgihpibepibbbfddllapecomgododkg
Beschrijving A simple and reliable stopwatch for your timing needs.
Bestandsgrootte 135 KB
Aantal Installaties 1,280
Huidige Versie 1.0
Laatst Bijgewerkt 2018-08-28
Publicatiedatum 2018-08-28
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar jamespark
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timing - a Stopwatch",
    "short_name": "Stopwatch",
    "version": "1.0",
    "description": "A simple and reliable stopwatch for your timing needs.",
    "author": "James Park",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "proxy.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "Timing128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}