Trackr
Track the time you spend on various websites with beautiful graphs on the new tab page!
Trackr क्या है?
Trackr Srikar Gudipati द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track the time you spend on various websites with beautiful graphs on the new tab page!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trackr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a Chrome extension that lets you track the time you spend on various websites with beautiful graphs on the new tab page!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pccehhnicffhgffhdfgainipddlopmie |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trackr/pccehhnicffhgffhdfgainipddlopmie |
विवरण | Track the time you spend on various websites with beautiful graphs on the new tab page! |
फ़ाइल का आकार | 205 KB |
स्थापना संख्या | 5,000 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-02-23 |
प्रकाशन तिथि | 2015-02-23 |
रेटिंग | 3.74/5 कुल 43 रेटिंग्स |
डेवलपर | Srikar Gudipati |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trackr", "version": "1.2", "manifest_version": 2, "description": "Track the time you spend on various websites with beautiful graphs on the new tab page!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": false }, "background": { "scripts": [ "js\/jquery\/jquery.min.js", "src\/bg\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_scripts": [ { "js": [ "js\/jquery\/jquery.min.js", "src\/contentscript\/contentscript.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "history", "tabs", "*:\/\/*\/*", "storage", "unlimitedStorage" ] } |