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
官方URL 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"
    }
}