Tab Closer and Selector

Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!

Tab Closer and Selectorとは何ですか?

Tab Closer and Selectorはllae.devによって開発されたChromeの拡張機能で、その主な機能は「Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Tab Closer and Selector拡張機能のCRXファイルをダウンロード

Tab Closer and Selector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have too many tabs opened? This extension allows you to easily manage and navigate through your Chrome tabs! It shows you the names of all the tabs that you currently have opened. Then, you can select tabs to close, select windows to close, or bring yourself to a certain tab.                    

拡張機能の基本情報

名前 Tab Closer and Selector Tab Closer and Selector
ID anoodphkcgbgfdaiiljnngkboogckpnb
公式URL https://chrome.google.com/webstore/detail/tab-closer-and-selector/anoodphkcgbgfdaiiljnngkboogckpnb
説明 Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!
ファイルサイズ 128 KB
インストール数 349
現在のバージョン 1.3
最終更新日 2020-08-18
公開日 2020-07-02
評価 4.43/5 合計 7 レビュー
開発者 llae.dev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background\/background-context-menu.js"
        ]
    },
    "browser_action": {
        "default_icon": [],
        "default_popup": "popup\/popup.html",
        "default_title": "Tab Closer and Selector"
    },
    "description": "Easily manage & navigate through your tabs \u2014 close your tabs or bring youself to a selected tab!",
    "icons": {
        "128": "images\/logo128.png",
        "16": "images\/logo16.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 2,
    "name": "Tab Closer and Selector",
    "permissions": [
        "tabs"
    ],
    "version": "1.3"
}