Website Time Tracker

Track your time duration spent on social website.

什麼是Website Time Tracker?

Website Time Tracker是由https://raviroshan.info開發的Chrome擴展程式,該擴展的主要功能是“Track your time duration spent on social website.”。

下載Website Time Tracker擴展crx文件

下載Website Time Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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