Tab Counter
Keeps a running count of open tabs and windows.
Tab Counter란 무엇입니까?
Tab Counter은(는) nog642에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keeps a running count of open tabs and windows."입니다.
확장 프로그램 스크린샷
Tab Counter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shows you a count of the total number of tabs, total number of windows, and number of tabs in the current window. Also has an option to export your tabs as a JSON file.
확장 프로그램 기본 정보
이름 | Tab Counter |
ID | phojeebfjglippdniiejmfclojgbmedd |
공식 URL | https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd |
설명 | Keeps a running count of open tabs and windows. |
파일 크기 | 7.97 KB |
설치 횟수 | 192 |
현재 버전 | 0.4.5.0 |
최근 업데이트 | 2021-04-28 |
출시 날짜 | 2021-04-25 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | nog642 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gitlab.com/nog642/chrome-tab-counter |
도움말 페이지 URL | https://gitlab.com/nog642/chrome-tab-counter/-/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Counter", "version": "0.4.5.0", "description": "Keeps a running count of open tabs and windows.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "optional_permissions": [ "tabs" ] } |