3 Tabs Only
Allows a maximum of 3 open tabs
3 Tabs Only란 무엇입니까?
3 Tabs Only은(는) One Who Tinkers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows a maximum of 3 open tabs"입니다.
확장 프로그램 스크린샷
3 Tabs Only 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones. I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review. The script and manifest, for transparency: goo.gl/kac7nx goo.gl/V52guz Images made with Canva.
확장 프로그램 기본 정보
이름 | 3 Tabs Only |
ID | pkfpaiidmiemediimekjfmlbhnbofabd |
공식 URL | https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd |
설명 | Allows a maximum of 3 open tabs |
파일 크기 | 37.33 KB |
설치 횟수 | 515 |
현재 버전 | 7.10005 |
최근 업데이트 | 2020-03-01 |
출시 날짜 | 2020-03-01 |
평점 | 4.69/5 총 16 개의 평점 |
개발자 | One Who Tinkers |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3 Tabs Only", "description": "Allows a maximum of 3 open tabs", "version": "7.10005", "background": { "scripts": [ "script.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |