WebTime
WebTime. Keep tabs on your tabs.
WebTime क्या है?
WebTime jrd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebTime. Keep tabs on your tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebTime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WebTime is a dead-simple Chrome extension that keeps track of how much time you spend on certain sites each day. You configure a list of sites on which you want to track time, and a daily time limit. WebTime gives you a colored icon in the toolbar to help you keep track of your daily time on those sites. The toolbar icon changes slowly from green --> yellow --> orange --> red. When you're on a listed site, it shows you your total minutes today on your site list. If you've gone over your alotment, it adds '!'. I find it useful to know how much time I'm spending 'unproductively'. I set my list to be domains that I go when I'm bored, e.g. 'cnn.com', 'techcrunch.com', etc. PRIVACY: WebTime runs only on your computer and never sends any data anywhere. WebTime only knows what URL you have open. WebTime is free and open source: https://github.com/jdurack/WebTime
एक्सटेंशन की मूल जानकारी
नाम | WebTime |
ID | pkdfgdohnppmjackjjhcccdkonbndmjj |
आधिकारिक URL | https://chromewebstore.google.com/detail/webtime/pkdfgdohnppmjackjjhcccdkonbndmjj |
विवरण | WebTime. Keep tabs on your tabs. |
फ़ाइल का आकार | 67.23 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2014-02-05 |
प्रकाशन तिथि | 2014-02-05 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | jrd |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebTime", "short_name": "WebTime", "version": "0.0.6", "manifest_version": 2, "description": "WebTime. Keep tabs on your tabs.", "background": { "scripts": [ "js\/namespace.js", "js\/config.js", "js\/utils.js", "js\/background.js" ], "persistent": true }, "options_page": "html\/options.html", "browser_action": [], "permissions": [ "tabs" ] } |