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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}