Deadline
Deadline chrome extension, progress bar to control project time
Deadline क्या है?
Deadline denisowpavel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Deadline chrome extension, progress bar to control project time"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Deadline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Deadline |
ID | ofmmceeclfikkokflnpckaomdaojhpgd |
आधिकारिक URL | https://chromewebstore.google.com/detail/deadline/ofmmceeclfikkokflnpckaomdaojhpgd |
विवरण | Deadline chrome extension, progress bar to control project time |
फ़ाइल का आकार | 240 KB |
स्थापना संख्या | 529 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2013-11-29 |
प्रकाशन तिथि | 2013-11-29 |
रेटिंग | 4.77/5 कुल 26 रेटिंग्स |
डेवलपर | denisowpavel |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://chromeutility.appspot.com/ |
समर्थित भाषाएँ | 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" ] } |