Close Tab
This will close the same websites base on your current page
Close Tab란 무엇입니까?
Close Tab은(는) edward901213에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This will close the same websites base on your current page"입니다.
확장 프로그램 스크린샷
Close Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When you open many Youtube , Amazon or Pornhub pages,you have to close it one by one. But now, you can click this icon and close them by once. 這是一個會關閉瀏覽器中相同網站的擴充,只要你在一個網站按下這個按鈕,所以跟你目前瀏覽網站相同的網站都會被關閉。 當你開了很多購物網站的分頁、很多成人網站的分頁、很多youtube的分頁,使用完之後每次都要一個一個關掉,你只要點一下這個擴充的圖示就可以一次關閉所有分頁。
확장 프로그램 기본 정보
이름 | Close Tab |
ID | gogiikgffihaehlgdhjhdkikjpdcfnap |
공식 URL | https://chromewebstore.google.com/detail/close-tab/gogiikgffihaehlgdhjhdkikjpdcfnap |
설명 | This will close the same websites base on your current page |
파일 크기 | 3.98 KB |
설치 횟수 | 15 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-12-09 |
출시 날짜 | 2019-12-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | edward901213 |
결제 유형 | free |
지원되는 언어 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Tab", "version": "1.0", "description": "This will close the same websites base on your current page", "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": { "128": "cross.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "cross.png" }, "manifest_version": 2 } |