One Tab Only
This extension makes sure there will be only one tab open for the specified/configured domain URL.
One Tab Only란 무엇입니까?
One Tab Only은(는) tamas.janky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension makes sure there will be only one tab open for the specified/configured domain URL."입니다.
확장 프로그램 스크린샷
One Tab Only 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If change happens on any tab URL, the extension will check if the domain of new URL is matching with the defined and configured domain URL pattern.In case if there is a match all the tabs will be checked for configured domain URL, and if any tab found with the same domain the new URL will be opened in the already existing tab and the tab sourcing the URL will be closed. You can configure the domain URL from the extension options link on the extension details page. The extension is also sending notification if a match happen what can be switched off on the options screen.
확장 프로그램 기본 정보
이름 | One Tab Only |
ID | cdkbmeoilbjdnbaonjnenjdafkgaeabo |
공식 URL | https://chromewebstore.google.com/detail/one-tab-only/cdkbmeoilbjdnbaonjnenjdafkgaeabo |
설명 | This extension makes sure there will be only one tab open for the specified/configured domain URL. |
파일 크기 | 18.85 KB |
설치 횟수 | 1,670 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2022-12-11 |
출시 날짜 | 2015-10-22 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | tamas.janky |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "daemon.js" }, "description": "This extension makes sure there will be only one tab open for the specified\/configured domain URL.", "manifest_version": 3, "name": "One Tab Only", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "options_page": "options_page.html", "permissions": [ "tabs", "storage", "notifications", "webRequest" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.0.2" } |