Website Time Tracker

Track your time duration spent on social website.

Website Time Tracker क्या है?

Website Time Tracker https://raviroshan.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your time duration spent on social website."।

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

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

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

                        This extension keeps track of the time duration [hh:mm:ss format] you spend on social network.

It considers only the ACTIVE time of user on the website.
------------------------------------------------------------------------
ACTIVE time does not include :
> When user is on different tab, other than on Facebook (Either on same browser windows or other).
> When current tab is Facebook but the browser is minimized or not focused.


Version 2.1 Update: 
> Cleaner UI.
> Rest-Timer functionality has been added.                    

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

नाम Website Time Tracker Website Time Tracker
ID fheenloboohneodcililegfgaiaandjg
आधिकारिक URL https://chromewebstore.google.com/detail/website-time-tracker/fheenloboohneodcililegfgaiaandjg
विवरण Track your time duration spent on social website.
फ़ाइल का आकार 131 KB
स्थापना संख्या 13
वर्तमान संस्करण 2.3
अंतिम अपडेट 2017-04-20
प्रकाशन तिथि 2017-04-20
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर https://raviroshan.info
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.raviroshan.info
सहायता पृष्ठ URL https://www.facebook.com/raviroshan.talk
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Time Tracker",
    "short_name": "Website Time Tracker",
    "manifest_version": 2,
    "version": "2.3",
    "description": "Track your time duration spent on social website.",
    "offline_enabled": true,
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/timer-icon.png",
        "default_popup": "popup.html"
    }
}