Tracky
Allow time tracking from the browser with syncing ability thanks to chrome sync storage
Tracky क्या है?
Tracky Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow time tracking from the browser with syncing ability thanks to chrome sync storage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tracky एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a little extension to track my time, if you are interested by this extension and want to add features feel free to edit the code ^^ https://github.com/Grafikart/tracky
एक्सटेंशन की मूल जानकारी
नाम | Tracky |
ID | nopncmbjiejagfhpkcbdikogbjcjhhll |
आधिकारिक URL | https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll |
विवरण | Allow time tracking from the browser with syncing ability thanks to chrome sync storage |
फ़ाइल का आकार | 155 KB |
स्थापना संख्या | 45 |
वर्तमान संस्करण | 0.1.7 |
अंतिम अपडेट | 2014-10-16 |
प्रकाशन तिथि | 2014-10-16 |
रेटिंग | 4.67/5 कुल 9 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Grafikart/tracky |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tracky", "description": "Allow time tracking from the browser with syncing ability thanks to chrome sync storage", "version": "0.1.7", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "name": "Click to open the timer", "default_title": "Open Timer", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage" ], "manifest_version": 2 } |