Goodnight Tabs

Close tabs that launch other apps

Co to jest Goodnight Tabs?

Goodnight Tabs to rozszerzenie Chrome opracowane przez zachschnell, a jego główną funkcją jest „Close tabs that launch other apps”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Goodnight Tabs

Pobierz pliki rozszerzeń Goodnight Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Goodnight Tabs Goodnight Tabs
ID paichadkkbhdmkngdmkgmefiabjjcaai
Oficjalny URL https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai
Opis Close tabs that launch other apps
Rozmiar pliku 30.65 KB
Liczba instalacji 225
Aktualna Wersja 0.6.1
Ostatnia Aktualizacja 2023-02-16
Data Publikacji 2023-01-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper zachschnell
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/zchr/zoomies
Adres URL Strony Pomocy https://github.com/zchr/zoomies
Obsługiwane Języki 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"
    }
}