Goodnight Tabs
Close tabs that launch other apps
O que é Goodnight Tabs?
Goodnight Tabs é uma extensão do Chrome desenvolvida por zachschnell, e sua principal característica é "Close tabs that launch other apps".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Goodnight Tabs
Baixe arquivos de extensão Goodnight Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Goodnight Tabs |
ID | paichadkkbhdmkngdmkgmefiabjjcaai |
URL Oficial | https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai |
Descrição | Close tabs that launch other apps |
Tamanho do Arquivo | 30.65 KB |
Contagem de Instalações | 225 |
Versão Atual | 0.6.1 |
Última Atualização | 2023-02-16 |
Data de Publicação | 2023-01-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | zachschnell |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/zchr/zoomies |
URL da Página de Ajuda | https://github.com/zchr/zoomies |
Idiomas Suportados | 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" } } |