Timebite - Online wasted time tracker

See what takes the biggest bites out of your day

Timebite - Online wasted time tracker क्या है?

Timebite - Online wasted time tracker Drik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See what takes the biggest bites out of your day"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Timebite is the silent helper that always knows when you are wasting time on your browser. The extension tracks domains you visit and shows you summary of wasted time versus productive time.

All data is saved locally and only you can see that info. You can set number of days that data is kept before erasing. All older data will be deleted.

You can setup time range when the extension tracks your activity and also pause tracking anytime if needed.

Get Timebite and see what takes the biggest bites out of your productive time online!                    

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

नाम Timebite - Online wasted time tracker Timebite - Online wasted time tracker
ID mkpcepodmbdmbpenhmmkipbijpblfjik
आधिकारिक URL https://chromewebstore.google.com/detail/timebite-online-wasted-ti/mkpcepodmbdmbpenhmmkipbijpblfjik
विवरण See what takes the biggest bites out of your day
फ़ाइल का आकार 32.35 KB
स्थापना संख्या 960
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2020-04-20
प्रकाशन तिथि 2020-04-20
रेटिंग 3.25/5 कुल 4 रेटिंग्स
डेवलपर Drik
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://drik.eu
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timebite - Online wasted time tracker",
    "short_name": "Timebite",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "See what takes the biggest bites out of your day",
    "background": {
        "scripts": [
            "scripts\/lib.js",
            "scripts\/db.js",
            "scripts\/ga.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Timebite"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "options_page": "html\/settings.html",
    "options_ui": {
        "page": "html\/settings.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs"
    ]
}