Timebite - Online wasted time tracker

See what takes the biggest bites out of your day

Timebite - Online wasted time tracker là gì?

Timebite - Online wasted time tracker là một tiện ích mở rộng Chrome được phát triển bởi Drik, và tính năng chính của nó là "See what takes the biggest bites out of your day".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Timebite - Online wasted time tracker

Tải xuống các tệp mở rộng Timebite - Online wasted time tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Timebite - Online wasted time tracker Timebite - Online wasted time tracker
ID mkpcepodmbdmbpenhmmkipbijpblfjik
URL Chính Thức https://chromewebstore.google.com/detail/timebite-online-wasted-ti/mkpcepodmbdmbpenhmmkipbijpblfjik
Mô tả See what takes the biggest bites out of your day
Kích Thước Tệp 32.35 KB
Số Lần Cài Đặt 960
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-04-20
Ngày Phát Hành 2020-04-20
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Drik
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://drik.eu
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}