Goodnight Tabs

Close tabs that launch other apps

Goodnight Tabs란 무엇입니까?

Goodnight Tabs은(는) zachschnell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close tabs that launch other apps"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Goodnight Tabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Goodnight Tabs Goodnight Tabs
ID paichadkkbhdmkngdmkgmefiabjjcaai
공식 URL https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai
설명 Close tabs that launch other apps
파일 크기 30.65 KB
설치 횟수 225
현재 버전 0.6.1
최근 업데이트 2023-02-16
출시 날짜 2023-01-24
평점 5.00/5 총 2 개의 평점
개발자 zachschnell
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/zchr/zoomies
도움말 페이지 URL https://github.com/zchr/zoomies
지원되는 언어 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"
    }
}