Potato timer
This extension is for managing your working and break times
Qu'est-ce que Potato timer ?
Potato timer est une extension Chrome développée par gabrielfirmacion, et sa fonction principale est "This extension is for managing your working and break times".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Potato timer
Téléchargez les fichiers d'extension Potato 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
Have you ever wanted to take a break from work and just surf around the internet but at the same time making sure that you don't end up surfing the net the whole day? Here is Potato Timer! It gives you a 10minute break and it lets you know after time's up that you need to get back to work and not to be a POTATO!!
Informations de Base sur l'Extension
Nom | Potato timer |
ID | cohpelnhkkflnlnkfadomkimmpejeifa |
URL Officiel | https://chromewebstore.google.com/detail/potato-timer/cohpelnhkkflnlnkfadomkimmpejeifa |
Description | This extension is for managing your working and break times |
Taille du Fichier | 149 KB |
Nombre d'Installations | 15 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-01-28 |
Date de Publication | 2016-01-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | gabrielfirmacion |
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": "Potato timer", "description": "This extension is for managing your working and break times", "version": "2.0", "browser_action": { "default_icon": "nopotato.png", "default_popup": "popup.html", "default_title": "No potato!" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentscript.js", "jquery-2.1.4.min.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |