Timely

See how much time you're spending on Facebook in real-time

Timely란 무엇입니까?

Timely은(는) http://timely-chrome-extension.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See how much time you're spending on Facebook in real-time"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Timely 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will display two stopwatches every time you open Facebook on the browser; one stopwatch will display how much time you have been spending since you opened Facebook in a tab (session time) and the other one will display the total spent time per day.

Both stopwatches will change color according to the time spent. The left stopwatch will turn red when the total time is more than 60 minutes and the right stopwatch when the session time is more than 15 minutes.                    

확장 프로그램 기본 정보

이름 Timely Timely
ID bfmbkfjklpkaogjlmcengklnloplijal
공식 URL https://chrome.google.com/webstore/detail/timely/bfmbkfjklpkaogjlmcengklnloplijal
설명 See how much time you're spending on Facebook in real-time
파일 크기 33.11 KB
설치 횟수 98
현재 버전 1.0.2
최근 업데이트 2018-07-15
출시 날짜 2018-07-15
평점 5.00/5 총 1 개의 평점
개발자 http://timely-chrome-extension.blogspot.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "author": "Marco Ch\u00e1vez",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/analytics.tracker.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "fonts\/orbitron-bold.otf"
    ]
}