Goodnight Tabs
Close tabs that launch other apps
Hvad er Goodnight Tabs?
Goodnight Tabs er en Chrome-udvidelse udviklet af zachschnell, og dens hovedfunktion er "Close tabs that launch other apps".
Udvidelsesskærmbilleder
Download Goodnight Tabs-udvidelses-CRX-fil
Download Goodnight Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Some tabs overstay their welcome. If you're like me and use the desktop version of many apps, a full day of Zoom meetings or reviewing Notion docs or Slack archives could end with 15+ tabs that you no longer need. Once these tabs launch their respective desktop app, this extension takes care of cleaning up the tabs.
Grundlæggende oplysninger om udvidelsen
Navn | Goodnight Tabs |
ID | paichadkkbhdmkngdmkgmefiabjjcaai |
Officiel URL | https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai |
Beskrivelse | Close tabs that launch other apps |
Filstørrelse | 30.65 KB |
Antal Installationer | 225 |
Nuværende Version | 0.6.1 |
Senest Opdateret | 2023-02-16 |
Udgivelsesdato | 2023-01-24 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | zachschnell |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/zchr/zoomies |
Hjælpeside-URL | https://github.com/zchr/zoomies |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Goodnight Tabs", "description": "Close tabs that launch other apps", "version": "0.6.1", "action": { "default_popup": "index.html" }, "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/*.around.co\/*", "https:\/\/*.asana.com\/*", "https:\/\/*.awsapps.com\/*", "https:\/\/*.figma.com\/*", "https:\/\/*.linear.app\/*", "https:\/\/*.miro.com\/*", "https:\/\/*.notion.so\/*", "https:\/\/*.slack.com\/*", "https:\/\/teams.live.com\/*", "https:\/\/*.zoom.us\/*" ], "background": { "service_worker": "background.js" } } |