Tab Control
Tab Control stresses over your tabs so you don't have to.
Tab Control란 무엇입니까?
Tab Control은(는) Sanketh Hegde에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab Control stresses over your tabs so you don't have to."입니다.
확장 프로그램 스크린샷
Tab Control 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Control allows you to keep a limit on the number of tabs you have per window. Once you attempt to surpass the limit, Tab Control will remove your least active tab and save it internally just incase you need it in the future. You can also choose to purge your window's tabs if you ever feel like your tabs are getting messy. Purge all tabs, duplicate tabs, or inactive tabs. For the best experience, restart Chrome after first-time installation! Note: Tab Control requires access to your browser history in order to save recently removed tabs and assign a timestamp to each tab. Your recently removed history is never saved other than on your own account.
확장 프로그램 기본 정보
이름 | Tab Control |
ID | hheohnanbmmjfpnpgcejpnabbnjhbhip |
공식 URL | https://chromewebstore.google.com/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip |
설명 | Tab Control stresses over your tabs so you don't have to. |
파일 크기 | 121 KB |
설치 횟수 | 84 |
현재 버전 | 1.4.0 |
최근 업데이트 | 2017-08-17 |
출시 날짜 | 2017-08-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Sanketh Hegde |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://chrome.google.com/webstore/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip/support |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Control", "version": "1.4.0", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/constants.js", "js\/TabWrapper.js", "js\/background.js" ] }, "description": "Tab Control stresses over your tabs so you don't have to.", "browser_action": { "default_title": "Tab Control", "default_popup": "popup.html" }, "icons": { "16": "img\/icon32.png", "48": "img\/icon96.png", "96": "img\/icon192.png", "128": "img\/icon256.png" }, "author": "Sanketh Hegde" } |