Deadline
Deadline chrome extension, progress bar to control project time
Vad är Deadline?
Deadline är en Chrome-tillägg utvecklad av denisowpavel, och dess huvudfunktion är "Deadline chrome extension, progress bar to control project time".
Tilläggsskärmbilder
Ladda ner Deadline-förlängningens CRX-fil
Ladda ner Deadline-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Deadline |
ID | ofmmceeclfikkokflnpckaomdaojhpgd |
Officiell webbadress | https://chromewebstore.google.com/detail/deadline/ofmmceeclfikkokflnpckaomdaojhpgd |
Beskrivning | Deadline chrome extension, progress bar to control project time |
Filstorlek | 240 KB |
Antal Installationer | 529 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2013-11-29 |
Publiceringsdatum | 2013-11-29 |
Betyg | 4.77/5 Totalt 26 Betyg |
Utvecklare | denisowpavel |
Betalningssätt | free |
Tilläggswebbplats | http://chromeutility.appspot.com/ |
Stödda Språk | 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" ] } |