Tab Hell
Sort of solution of "Tab Hell problem".
Tab Hell란 무엇입니까?
Tab Hell은(는) weiz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort of solution of "Tab Hell problem"."입니다.
확장 프로그램 스크린샷
Tab Hell 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You have a problem with lots of opened browser tabs? All tabs "needed" but never used? This extension autoclose forgotten tabs and save list of this tabs. Additional functions: - grouping tabs by hostname; - reload all tabs; - remove duplicates of tabs;
확장 프로그램 기본 정보
이름 | Tab Hell |
ID | aedkiopiicejaoodpoohpjjhjfdokgfd |
공식 URL | https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd |
설명 | Sort of solution of "Tab Hell problem". |
파일 크기 | 21.15 KB |
설치 횟수 | 47 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2015-05-07 |
출시 날짜 | 2015-05-07 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | weiz |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Hell", "description": "__MSG_extDescription__", "version": "0.1.2", "browser_action": { "default_icon": "tabHell.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "alarms" ], "options_page": "options.html", "default_locale": "en" } |