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!」です。
拡張機能のスクリーンショット
Tab Close Gold拡張機能のCRXファイルをダウンロード
Tab Close Gold拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |