Website Time Tracker

Find out how much time you spend on various websites.

Website Time Tracker क्या है?

Website Time Tracker Jakson K. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out how much time you spend on various websites."।

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

screenshot

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

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

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

                        Ever wondered how much time you've had certain websites open? The Website Time Tracker extension will allow you to track the amount of total time you've spent/wasted on places around the web! These stats are just for you... they aren't reported anywhere.

"Hourglass" icon source: http://bit.ly/1MFcCBW                    

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

नाम Website Time Tracker Website Time Tracker
ID ekdocmaecfjfikmhfbmlfaopdndepefl
आधिकारिक URL https://chromewebstore.google.com/detail/website-time-tracker/ekdocmaecfjfikmhfbmlfaopdndepefl
विवरण Find out how much time you spend on various websites.
फ़ाइल का आकार 50.55 KB
स्थापना संख्या 431
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-10-22
प्रकाशन तिथि 2015-10-22
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Jakson K.
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Time Tracker",
    "description": "Find out how much time you spend on various websites.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/hourglass.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/hourglass_16.png",
        "48": "assets\/hourglass_48.png",
        "128": "assets\/hourglass_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/website-statistics.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/regular.css"
    ]
}