Timer
This simple timer tells you when your time is up.
Qu'est-ce que Timer ?
Timer est une extension Chrome développée par Kuba Szulaczkowski, et sa fonction principale est "This simple timer tells you when your time is up.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Timer
Téléchargez les fichiers d'extension 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
Set it for up to 4 hours Pause or start the timer over Persistent desktop notification with looping sound Additional sounds are available as an in-app payment
Informations de Base sur l'Extension
Nom | Timer |
ID | hepmlgghomccjinhcnkkikjpgkjibglj |
URL Officiel | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
Description | This simple timer tells you when your time is up. |
Taille du Fichier | 522 KB |
Nombre d'Installations | 164,548 |
Version Actuelle | 1.3.0.2 |
Dernière Mise à Jour | 2018-10-03 |
Date de Publication | 2018-10-03 |
Évaluation | 4.20/5 Total 498 Évaluations |
Développeur | Kuba Szulaczkowski |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer", "version": "1.3.0.2", "manifest_version": 2, "description": "This simple timer tells you when your time is up.", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/clock.png", "default_popup": "popup.html" }, "minimum_chrome_version": "50", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "img\/48.png" ] } |