Timer
Timer Chrome extention, by Pascal Pirate
Qu'est-ce que Timer ?
Timer est une extension Chrome développée par Pascal Pirate, et sa fonction principale est "Timer Chrome extention, by Pascal Pirate".
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
Simple no thrills timer. Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done. Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds. Thanks SoundBible.com for the sounds.
Informations de Base sur l'Extension
Nom | Timer |
ID | pcffggaleeohaackonphbhgdodegogej |
URL Officiel | https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej |
Description | Timer Chrome extention, by Pascal Pirate |
Taille du Fichier | 819 KB |
Nombre d'Installations | 20 |
Version Actuelle | 3.2.1 |
Dernière Mise à Jour | 2017-03-15 |
Date de Publication | 2017-03-15 |
Développeur | Pascal Pirate |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "description": "Timer Chrome extention, by Pascal Pirate", "version": "3.2.1", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "hourglass.png" }, "options_page": "options.html", "browser_action": { "default_icon": "hourglass.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |