Simple Timer
Simple timer that shows a popup when time is up.
Qu'est-ce que Simple Timer ?
Simple Timer est une extension Chrome développée par jsg, et sa fonction principale est "Simple timer that shows a popup when time is up.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Timer
Téléchargez les fichiers d'extension Simple Timer 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
Simple timer that shows a popup when time is up. Simple and unobtrusive.
Informations de Base sur l'Extension
Nom | Simple Timer |
ID | hhoihjklpidiicnmmlndmpkahnmfmfho |
URL Officiel | https://chromewebstore.google.com/detail/simple-timer/hhoihjklpidiicnmmlndmpkahnmfmfho |
Description | Simple timer that shows a popup when time is up. |
Taille du Fichier | 20.09 KB |
Nombre d'Installations | 1,337 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-06-07 |
Date de Publication | 2014-06-07 |
Évaluation | 4.17/5 Total 6 Évaluations |
Développeur | jsg |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Timer", "version": "1.0", "description": "Simple timer that shows a popup when time is up.", "browser_action": { "default_title": "Timer", "default_icon": "timer-icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "sample.js" ], "persistent": true }, "manifest_version": 2 } |