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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Drik และคุณลักษณะหลักของมันคือ "See what takes the biggest bites out of your day"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timebite - Online wasted time tracker

ดาวน์โหลดไฟล์ส่วนขยาย Timebite - Online wasted time tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}