Timing - a Stopwatch
A simple and reliable stopwatch for your timing needs.
Qu'est-ce que Timing - a Stopwatch ?
Timing - a Stopwatch est une extension Chrome développée par jamespark, et sa fonction principale est "A simple and reliable stopwatch for your timing needs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Timing - a Stopwatch
Téléchargez les fichiers d'extension Timing - a 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
Timing is a stopwatch, nothing more, nothing less.
Informations de Base sur l'Extension
Nom | |
ID | ipgihpibepibbbfddllapecomgododkg |
URL Officiel | https://chrome.google.com/webstore/detail/timing-a-stopwatch/ipgihpibepibbbfddllapecomgododkg |
Description | A simple and reliable stopwatch for your timing needs. |
Taille du Fichier | 135 KB |
Nombre d'Installations | 1,280 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-08-28 |
Date de Publication | 2018-08-28 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | jamespark |
Type de Paiement | free |
Langues Prises en Charge | 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 } |