Tab Tally

This extension keeps track of the open tabs and windows you're currently running

Tab Tally란 무엇입니까?

Tab Tally은(는) Michael Hazani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension keeps track of the open tabs and windows you're currently running"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Yet another tab limiter! 

This extension maximizes productivity by keeping tabs (heh) on your open tabs and windows, and letting you limit the number of open tabs. 

Now get to work!                    

확장 프로그램 기본 정보

이름 Tab Tally Tab Tally
ID eoppllliellcefmannacbmnloheolenh
공식 URL https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh
설명 This extension keeps track of the open tabs and windows you're currently running
파일 크기 40.18 KB
설치 횟수 24
현재 버전 0.0.1
최근 업데이트 2016-07-22
출시 날짜 2016-07-21
개발자 Michael Hazani
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://michaelhazani.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Tally",
    "description": "This extension keeps track of the open tabs and windows you're currently running",
    "author": "Michael Hazani",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "16": "icon_16.png",
            "48": "icon_48.png"
        },
        "default_title": "Tab Tally",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}