Goodnight Tabs

Close tabs that launch other apps

Qu'est-ce que Goodnight Tabs ?

Goodnight Tabs est une extension Chrome développée par zachschnell, et sa fonction principale est "Close tabs that launch other apps".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Goodnight Tabs

Téléchargez les fichiers d'extension Goodnight Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Goodnight Tabs Goodnight Tabs
ID paichadkkbhdmkngdmkgmefiabjjcaai
URL Officiel https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai
Description Close tabs that launch other apps
Taille du Fichier 30.65 KB
Nombre d'Installations 225
Version Actuelle 0.6.1
Dernière Mise à Jour 2023-02-16
Date de Publication 2023-01-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur zachschnell
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/zchr/zoomies
URL de la Page d'Aide https://github.com/zchr/zoomies
Langues Prises en Charge 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"
    }
}