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開發的Chrome擴展程式,該擴展的主要功能是“See what takes the biggest bites out of your day”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Timebite - Online wasted time tracker擴展crx文件

下載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
官方網址 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"
    ]
}