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!
Vad är Tab Close Gold?
Tab Close Gold är en Chrome-tillägg utvecklad av mukunku, och dess huvudfunktion är "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!".
Tilläggsskärmbilder
Ladda ner Tab Close Gold-förlängningens CRX-fil
Ladda ner Tab Close Gold-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Tab Close Gold |
ID | blhbohajaekmpblcffpkpogkhkmmbbhf |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf |
Beskrivning | Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further! |
Filstorlek | 247 KB |
Antal Installationer | 4,933 |
Aktuell Version | 3.0.0.0 |
Senast Uppdaterad | 2023-11-22 |
Publiceringsdatum | 2018-02-04 |
Betyg | 4.65/5 Totalt 65 Betyg |
Utvecklare | mukunku |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mukunku/Tab-Close-Gold |
Hjälpsida URL | https://github.com/mukunku/Tab-Close-Gold/issues |
URL till Sekretesspolicy Sidan | https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html |
Stödda Språk | 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" } } |