TabStats

TabStats is a basic chrome extension that tracks the number of open tabs in chrome.

TabStats란 무엇입니까?

TabStats은(는) Peetahzee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TabStats is a basic chrome extension that tracks the number of open tabs in chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        TabStats is a basic chrome extension that tracks the number of open tabs in chrome. You can always open the chrome extension to see the number of tabs open.

You can also click the graph button and see a pretty graph of the history of your recent tab adventures. On this graph, you can adjust the display options so that you can see data points, filling, connecting lines, horizontal guidelines, and vertical guidelines. you can also change the timeframe of your tab adventures.

Future plans include...
- allowing users to change the color of various display features of the graph
- sharing your own chart via various social media sites (g+, fb, etc.)
- comparing your chart with friends with overlaying or other cool things
- making a more interactive graph with sliders, shiny buttons, etc.
- going to a new york city hackathon together                    

확장 프로그램 기본 정보

이름 TabStats TabStats
ID ofefchjafojmiaffflndhpcnblbedbci
공식 URL https://chrome.google.com/webstore/detail/tabstats/ofefchjafojmiaffflndhpcnblbedbci
설명 TabStats is a basic chrome extension that tracks the number of open tabs in chrome.
파일 크기 311 KB
설치 횟수 208
현재 버전 1.3
최근 업데이트 2013-07-16
출시 날짜 2013-07-16
평점 5.00/5 총 5 개의 평점
개발자 Peetahzee
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabStats",
    "version": "1.3",
    "manifest_version": 2,
    "description": "TabStats is a basic chrome extension that tracks the number of open tabs in chrome.",
    "browser_action": {
        "default_icon": "views\/icon.png",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "tabs",
        "history",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "views\/jquery.js",
            "tracking\/utils.js",
            "tracking\/tabEvents.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}