Tab Close Gold

Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!

Tab Close Gold란 무엇입니까?

Tab Close Gold은(는) mukunku에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!"입니다.

확장 프로그램 스크린샷

screenshot

Tab Close Gold 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension will automatically close your blacklisted tabs. 

Features:
-Configure unwanted URLs or page titles to automatically close tabs
-Match tabs with plain text or regular expressions 
-Add up to 30 seconds of delay before tabs are closed
-Import & Export configuration support
-Settings are synced across browsers

Visit the Wiki for details on how to use the extension: https://github.com/mukunku/Tab-Close-Gold/wiki                    

확장 프로그램 기본 정보

이름 Tab Close Gold Tab Close Gold
ID blhbohajaekmpblcffpkpogkhkmmbbhf
공식 URL https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf
설명 Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!
파일 크기 247 KB
설치 횟수 4,933
현재 버전 3.0.0.0
최근 업데이트 2023-11-22
출시 날짜 2018-02-04
평점 4.65/5 총 65 개의 평점
개발자 mukunku
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mukunku/Tab-Close-Gold
도움말 페이지 URL https://github.com/mukunku/Tab-Close-Gold/issues
개인정보 보호 정책 페이지 URL https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Close Gold",
    "version": "3.0.0.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": ".\/options.html",
    "description": "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!",
    "icons": {
        "128": "icon128.png"
    },
    "author": "mukunku",
    "background": {
        "service_worker": ".\/background.bundle.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Tab Close Gold",
        "default_popup": ".\/popup.html"
    }
}