Goodnight Tabs
Close tabs that launch other apps
Was ist Goodnight Tabs?
Goodnight Tabs ist eine Chrome-Erweiterung, die von zachschnell entwickelt wurde, und ihr Hauptmerkmal ist "Close tabs that launch other apps".
Erweiterungsscreenshots
Goodnight Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Goodnight Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Goodnight Tabs |
ID | paichadkkbhdmkngdmkgmefiabjjcaai |
Offizielle URL | https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai |
Beschreibung | Close tabs that launch other apps |
Dateigröße | 30.65 KB |
Installationsanzahl | 225 |
Aktuelle Version | 0.6.1 |
Letztes Update | 2023-02-16 |
Veröffentlichungsdatum | 2023-01-24 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | zachschnell |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/zchr/zoomies |
Hilfeseite URL | https://github.com/zchr/zoomies |
Unterstützte Sprachen | 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" } } |