Goodnight Tabs
Close tabs that launch other apps
Vad är Goodnight Tabs?
Goodnight Tabs är en Chrome-tillägg utvecklad av zachschnell, och dess huvudfunktion är "Close tabs that launch other apps".
Tilläggsskärmbilder
Ladda ner Goodnight Tabs-förlängningens CRX-fil
Ladda ner Goodnight Tabs-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
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äggande Information om Tillägg
Namn | Goodnight Tabs |
ID | paichadkkbhdmkngdmkgmefiabjjcaai |
Officiell webbadress | https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai |
Beskrivning | Close tabs that launch other apps |
Filstorlek | 30.65 KB |
Antal Installationer | 225 |
Aktuell Version | 0.6.1 |
Senast Uppdaterad | 2023-02-16 |
Publiceringsdatum | 2023-01-24 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | zachschnell |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/zchr/zoomies |
Hjälpsida URL | https://github.com/zchr/zoomies |
Stödda Språk | 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" } } |