Time Tracker

Time Tracker

Time Tracker क्या है?

Time Tracker http://kindwhale.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Time Tracker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Time Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        KindWhale Time Tracker is a lightweight productivity tool. Ever wonder how much time you spend on particular sites? Do you want to improve your productivity and focus? Time Tracker app will show you your internet activity in beautiful, well thought out visualizations. Think Fitbit for data driven fitness as to Time Tracker for data driven internet activity. 

Features
- Daily, weekly, monthly statistics of websites visited 
- Drill into websites visited stats to see daily trend of a specific website 
- Ability to send feedback about a site. 

Features *Coming soon

- Ability to blacklist websites so that they are not part of the tracking stats                    

एक्सटेंशन की मूल जानकारी

नाम Time Tracker Time Tracker
ID hclkpihmgdddnaogdbbeioanljljhidk
आधिकारिक URL https://chrome.google.com/webstore/detail/time-tracker/hclkpihmgdddnaogdbbeioanljljhidk
विवरण Time Tracker
फ़ाइल का आकार 245 KB
स्थापना संख्या 117
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-07-26
प्रकाशन तिथि 2016-07-26
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर http://kindwhale.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Tracker",
    "description": "Time Tracker",
    "version": "0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Time Tracker"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "scripts\/actions.js",
                "scripts\/tools.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-1.12.0.min.js",
            "libs\/moment.js",
            "scripts\/actions.js",
            "scripts\/tools.js",
            "scripts\/bs_main.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "css\/cs_styles.css"
    ]
}