TabView

Quickly switch between open browser tabs visually with TabView

TabViewとは何ですか?

TabViewはLarry Sによって開発されたChromeの拡張機能で、その主な機能は「Quickly switch between open browser tabs visually with TabView」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Search, open, close, re-arrange create and preview browser tabs all in one location.  Hot key access (Shift+Ctrl+Space) for quick access to TabView. 


GitHub Repository: https://github.com/larry273/tabView

Changelog:
[1.1.1] 2019-09-24
- Track tab/window movements outside extension

[1.1.0] 2019-09-20
- Window functionality, grouping/creating
- Added ability to move tab positions and between windows 

[1.0.0] 2019-09-15
- initial release


Credits:
SortableJS - https://github.com/SortableJS/Sortable
laptop vector - Designed by D3Images / Freepik                    

拡張機能の基本情報

名前 TabView TabView
ID bgcmjpjlnpbhjoehlpmadpljgaigilmj
公式URL https://chromewebstore.google.com/detail/tabview/bgcmjpjlnpbhjoehlpmadpljgaigilmj
説明 Quickly switch between open browser tabs visually with TabView
ファイルサイズ 38.6 KB
インストール数 113
現在のバージョン 1.1.1
最終更新日 2019-09-24
公開日 2019-09-24
評価 3.00/5 合計 2 レビュー
開発者 Larry S
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabView",
    "version": "1.1.1",
    "description": "Quickly switch between open browser tabs visually with TabView",
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TabView"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "commands": {
        "show-tabview": {
            "suggested_key": {
                "default": "Shift+Ctrl+Space"
            },
            "description": "Show TabView"
        }
    }
}