Tabs Manager

A Quick overview for your opened tabs across windows, with the ability to search and check thumbnails for each tab in one view

Tabs Managerとは何ですか?

Tabs ManagerはIslam Elbannaによって開発されたChromeの拡張機能で、その主な機能は「A Quick overview for your opened tabs across windows, with the ability to search and check thumbnails for each tab in one view」です。

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

screenshot
screenshot
screenshot

Tabs Manager拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Manage your opened tabs with search and thumbnails all in one view
- Thumbnail of all your opened tabs with titles (thumbnails are captured automatically)
- Thumbnail zoom preview.
- Group tabs with domain name.
- Manage tabs: navigate to the tab or close tab/group of tabs in one click.
- Search with title and URL

New 24-02-2024:
- Upgrade libs and general performance fixes

New 25-02-2023:
- Upgrade to manifest version 3
- Performance improvements

New 08-06-2022:
- Some performance improvements
- Upgrade html2canvas lib version to 1.4.1

New 13-09-2020:
- Fix floating issue with small setup (4 thumbnails)

New 22-05-2020:
- Improve overall performance when fail to capture the thumbnails
- Update libs

New 25-05-2019:
- Added contribution link on github

New 29-10-2018:
- Fix youtube conflict issue

New 20-10-2018:
- Fix image capture issue

New 06-10-2018:
- Fix Mac shortcut
- Add current window badge

New 23-09-2018:
- Support Multi-windows
- Add opened tabs counter badge

New 22-08-2018:
- New card design

New 17-07-2018:
- Some performance improvements
- Create options page
- Add option to control thumbnail size

New 17-10-2017:
- Some performance improvements
- New Shortcut (Ctrl-Shift-F) to open the popup                    

拡張機能の基本情報

名前 Tabs Manager Tabs Manager
ID okeooekaaniggaignhhfeddohlcjadkd
公式URL https://chromewebstore.google.com/detail/tabs-manager/okeooekaaniggaignhhfeddohlcjadkd
説明 A Quick overview for your opened tabs across windows, with the ability to search and check thumbnails for each tab in one view
ファイルサイズ 850 KB
インストール数 1,547
現在のバージョン 2.6
最終更新日 2024-02-28
公開日 2020-06-02
評価 3.94/5 合計 17 レビュー
開発者 Islam Elbanna
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabs Manager",
    "version": "2.6",
    "description": "A Quick overview for your opened tabs across windows, with the ability to search and check thumbnails for each tab in one view",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_icon": "\/img\/icon_128.png",
        "default_title": "Tabs Manager",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "\/img\/icon_16.png",
        "48": "\/img\/icon_48.png",
        "128": "\/img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/html2canvas.min.js",
                "js\/full-content.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Ctrl+Shift+Q"
            },
            "description": "Open Tabs manager on search mode"
        }
    }
}