Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

What is Tab Manager (by shimomire)?

Tab Manager (by shimomire) is a Chrome extension developed by shimomire, and its main feature is "This is a tool to manage tab that is currently open on a single screen.".

Extension Screenshots

screenshot

Download Tab Manager (by shimomire) Extension CRX File

Download Tab Manager (by shimomire) 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 Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

Extension Basic Information

Name Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
Official URL https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
Description This is a tool to manage tab that is currently open on a single screen.
File Size 260 KB
Installation Count 783
Current Version 1.0.5
Last Updated 2012-11-23
Publish Date 2012-11-23
Rating 3.83/5 Total 12 Ratings
Developer shimomire
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}