Show Me Tabs (light)

This extension simple shows a Tabs.

Show Me Tabs (light)とは何ですか?

Show Me Tabs (light)はsp0xffによって開発されたChromeの拡張機能で、その主な機能は「This extension simple shows a Tabs.」です。

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

screenshot

Show Me Tabs (light)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you open a lot of windows and tabs, this extension will help you navigate and find the necessary tab.
Today the functionality is minimal. It simply shows the icons of all open tabs grouped by windows.
There are plans to add a drag and drop, search and much more.                    

拡張機能の基本情報

名前 Show Me Tabs (light) Show Me Tabs (light)
ID ecaodfpnmpbbemaiobldmpcjekekloge
公式URL https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge
説明 This extension simple shows a Tabs.
ファイルサイズ 39.99 KB
インストール数 18
現在のバージョン 1.0.1
最終更新日 2017-01-26
公開日 2017-01-26
評価 4.56/5 合計 9 レビュー
開発者 sp0xff
Eメール [email protected]
支払い方法 free
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "short_name": "Show Me Tabs",
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html",
        "default_title": "Show Me Tabs"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ]
}