Tab Thumbnails

Tab Thumbnails

What is Tab Thumbnails?

Tab Thumbnails is a Chrome extension developed by Kunihiro Ando, and its main feature is "Tab Thumbnails".

Extension Screenshots

screenshot
screenshot

Download Tab Thumbnails Extension CRX File

Download Tab Thumbnails extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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


Please restart your browser.                    

Extension Basic Information

Name Tab Thumbnails Tab Thumbnails
ID aoeldolnbdgenobiigcnpajmcjdemkpf
Official URL https://chromewebstore.google.com/detail/tab-thumbnails/aoeldolnbdgenobiigcnpajmcjdemkpf
Description Tab Thumbnails
File Size 25.05 KB
Installation Count 1,144
Current Version 1.4
Last Updated 2016-01-06
Publish Date 2016-01-05
Rating 3.48/5 Total 40 Ratings
Developer Kunihiro Ando
Payment Type free
Supported Languages 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"
    ]
}