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 |
官方網址 | 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" } } |