Goodnight Tabs

Close tabs that launch other apps

Cos'è Goodnight Tabs?

Goodnight Tabs è un'estensione di Chrome sviluppata da zachschnell, e la sua funzione principale è "Close tabs that launch other apps".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Goodnight Tabs

Scarica i file di estensione Goodnight Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Goodnight Tabs Goodnight Tabs
ID paichadkkbhdmkngdmkgmefiabjjcaai
URL Ufficiale https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai
Descrizione Close tabs that launch other apps
Dimensione del File 30.65 KB
Conteggio Installazioni 225
Versione Corrente 0.6.1
Ultimo Aggiornamento 2023-02-16
Data di Pubblicazione 2023-01-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore zachschnell
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/zchr/zoomies
URL della Pagina di Aiuto https://github.com/zchr/zoomies
Lingue Supportate 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"
    }
}