Close duplicate tab
Close duplicate tab on current window.
Close duplicate tab란 무엇입니까?
Close duplicate tab은(는) https://heppokofrontend.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close duplicate tab on current window."입니다.
확장 프로그램 스크린샷
Close duplicate tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
At work, I get a lot of notifications from GitHub, Redmine, Backlog, and so on. If you keep opening them in a new tab to read them later, you will have too many tabs in no time. This Extension allows you to organize them in an instant and reload the remaining tabs to make them up-to-date! ## v1.0.3 - Update English - Change to use dialog on all task button - Fix confirm dialog bugs ## v1.0.2 - Update function "Divide all tabs for each hostname" - Option added to group tabs into the same window according to the number of sheets when there are only a few tabs with the same hostname. ## v1.0.1 - Fix critical bug that is not able to load savedata ## v1.0.0 - Stable release
확장 프로그램 기본 정보
이름 | Close duplicate tab |
ID | ollnnjepahcgphpjjhcfohpelmpldghj |
공식 URL | https://chromewebstore.google.com/detail/close-duplicate-tab/ollnnjepahcgphpjjhcfohpelmpldghj |
설명 | Close duplicate tab on current window. |
파일 크기 | 22.46 KB |
설치 횟수 | 1,280 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-05-15 |
출시 날짜 | 2021-07-14 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://heppokofrontend.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs |
도움말 페이지 URL | https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs/issues |
개인정보 보호 정책 페이지 URL | https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8 |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.0.3", "description": "__MSG_extDesc__", "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "worker.js" }, "permissions": [ "tabs", "storage" ], "icons": { "128": "images\/icon.png" }, "default_locale": "en" } |