Tab Graph

Statistics on the history of how many tabs you have open.

Tab Graph란 무엇입니까?

Tab Graph은(는) Jim Woodward에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Statistics on the history of how many tabs you have open."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Do you have loads of tabs open all the time? Do you ever wonder just how many tabs you open, and how busy Chrome gets? Tab Graph has these answers, AND it shows you a graph of your activity.

- It tells you how many tabs you have opened today.
- It tells you the maximum number of tabs you got up to today.
- Get a summary of the data for this week, this month, this year. As well as all time.

The badge shows you at a glance how many tabs are currently open across all windows. As your work day gets more and more hectic, and you open more and more tabs, then the badge color changes to match your mood!                    

확장 프로그램 기본 정보

이름 Tab Graph Tab Graph
ID deepnnihcdhoejjjjllojopgigodejpn
공식 URL https://chromewebstore.google.com/detail/tab-graph/deepnnihcdhoejjjjllojopgigodejpn
설명 Statistics on the history of how many tabs you have open.
파일 크기 64.99 KB
설치 횟수 35
현재 버전 1.1
최근 업데이트 2018-05-28
출시 날짜 2018-05-28
평점 4.00/5 총 2 개의 평점
개발자 Jim Woodward
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Tab Graph",
    "description": "Statistics on the history of how many tabs you have open.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/triangle_19.png",
            "38": "images\/triangle_38.png"
        },
        "default_title": "Tab Graph",
        "default_popup": "main.html"
    },
    "icons": {
        "128": "images\/triangle_128.png",
        "48": "images\/triangle_48.png",
        "16": "images\/triangle_16.png"
    },
    "permissions": [
        "storage"
    ]
}