Goodnight Tabs
Close tabs that launch other apps
Wat is Goodnight Tabs?
Goodnight Tabs is een Chrome-extensie ontwikkeld door zachschnell, en de belangrijkste functie is "Close tabs that launch other apps".
Extensie Screenshots
Download het CRX-bestand van de extensie Goodnight Tabs
Download Goodnight Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Goodnight Tabs |
ID | paichadkkbhdmkngdmkgmefiabjjcaai |
Officiële URL | https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai |
Beschrijving | Close tabs that launch other apps |
Bestandsgrootte | 30.65 KB |
Aantal Installaties | 225 |
Huidige Versie | 0.6.1 |
Laatst Bijgewerkt | 2023-02-16 |
Publicatiedatum | 2023-01-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | zachschnell |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/zchr/zoomies |
Help Pagina-URL | https://github.com/zchr/zoomies |
Ondersteunde Talen | 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" } } |