Deadline
Deadline chrome extension, progress bar to control project time
Qu'est-ce que Deadline ?
Deadline est une extension Chrome développée par denisowpavel, et sa fonction principale est "Deadline chrome extension, progress bar to control project time".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Deadline
Téléchargez les fichiers d'extension Deadline 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
If you appreciate your time, this application will help you to plan your working hours. It is simple, let's join us! Just 3 foolproof things: • Plan time Choose a start date and end date of the project • Control time Every day you can analyse speed of advance to the end of term. • Be in time You have been in time! Well done! Let's start new project!
Informations de Base sur l'Extension
Nom | Deadline |
ID | ofmmceeclfikkokflnpckaomdaojhpgd |
URL Officiel | https://chromewebstore.google.com/detail/deadline/ofmmceeclfikkokflnpckaomdaojhpgd |
Description | Deadline chrome extension, progress bar to control project time |
Taille du Fichier | 240 KB |
Nombre d'Installations | 529 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2013-11-29 |
Date de Publication | 2013-11-29 |
Évaluation | 4.77/5 Total 26 Évaluations |
Développeur | denisowpavel |
Type de Paiement | free |
Site Web de l'Extension | http://chromeutility.appspot.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Deadline", "description": "Deadline chrome extension, progress bar to control project time", "version": "0.5", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "persistent": true, "scripts": [ "jquery.min.js", "deadline.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "http:\/\/chromeutility.appspot.com\/", "storage", "alarms" ] } |