Chrome Tab Counter

Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.

Chrome Tab Counter란 무엇입니까?

Chrome Tab Counter은(는) https://fero8.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.

NEW in latest update:
* show counter of tabs in the currently open window
* shows counter of currently open windows
* ability to change the icon background color

Features
* Shows counter of open tabs, open windows, all-time opened tabs, max concurrent opened tabs
* Multiple Chrome windows supported
* Tweet your stats & share on Facebook
* Extension does not track your browsing history or any other personal data

This is an open-source extension, no information is shared or sent to 3rd parties. Feel free to review the code here:
https://github.com/fero8/chrome-tab-counter                    

확장 프로그램 기본 정보

이름 Chrome Tab Counter Chrome Tab Counter
ID fhnegjjodccfaliddboelcleikbmapik
공식 URL https://chromewebstore.google.com/detail/chrome-tab-counter/fhnegjjodccfaliddboelcleikbmapik
설명 Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.
파일 크기 50.21 KB
설치 횟수 20,000
현재 버전 1.2.2
최근 업데이트 2022-06-16
출시 날짜 2020-04-22
평점 4.34/5 총 35 개의 평점
개발자 https://fero8.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Tab Counter",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.",
    "browser_action": {
        "default_name": "Chrome Tab Counter",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "prototype.js",
            "scripts.js",
            "bg.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": []
}