Tab Thumbnails

Tab Thumbnails

Tab Thumbnailsとは何ですか?

Tab ThumbnailsはKunihiro Andoによって開発されたChromeの拡張機能で、その主な機能は「Tab Thumbnails」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Tab thumbnail images. 
Easily find and manage your browser tabs.


Please restart your browser.                    

拡張機能の基本情報

名前 Tab Thumbnails Tab Thumbnails
ID aoeldolnbdgenobiigcnpajmcjdemkpf
公式URL https://chromewebstore.google.com/detail/tab-thumbnails/aoeldolnbdgenobiigcnpajmcjdemkpf
説明 Tab Thumbnails
ファイルサイズ 25.05 KB
インストール数 1,144
現在のバージョン 1.4
最終更新日 2016-01-06
公開日 2016-01-05
評価 3.48/5 合計 40 レビュー
開発者 Kunihiro Ando
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Thumbnails",
    "version": "1.4",
    "description": "Tab Thumbnails",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "menu.png",
        "iframe.html"
    ],
    "permissions": [
        "tabs",
        "",
        "chrome:\/\/favicon\/*",
        "storage",
        "unlimitedStorage",
        "webNavigation"
    ]
}