TabCloser

Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs.

什麼是TabCloser?

TabCloser是由https://tabcloser.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs.”。

擴展截圖

screenshot

下載TabCloser擴展crx文件

下載TabCloser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Keep your tabs tidy, so you can stay focused. TabCloser eliminates those pesky leftover tabs from popular service like, Figma, Slack, and Zoom meetings—leaving you with a clean browser and a clear path to productivity.

Next time you click a Figma link from Slack and you open the file in your desktop client, launch a Zoom meeting from your calendar into the Zoom client, open that sad girl Spotify playlist your bestie sent, open that VS Code Live Share link into the desktop client, enjoy browsing a Discord community without worrying about that invite tab still being open, or open those tasks you've been putting off in Asana or Linear, TabCloser let’s you do your thing—when you're back in your browser, your tabs will be nice and tidy.

Learn more at https://tabcloser.com or browse the code on GitHub https://github.com/sethcottle/tabcloser                    

擴展基本資訊

名稱 TabCloser TabCloser
ID ebhkgfbgbcaphagkjbiffhnfbmkkbadb
官方網址 https://chromewebstore.google.com/detail/tabcloser/ebhkgfbgbcaphagkjbiffhnfbmkkbadb
簡介 Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs.
檔案大小 52.93 KB
安裝次數 185
目前版本 2.7.6
更新時間 2024-02-28
上架時間 2023-05-08
評分 3.67/5 共 3 次評分
開發者 https://tabcloser.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tabcloser.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabCloser",
    "version": "2.7.6",
    "description": "Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}