TabList Manager

TabList Manager

TabList Managerとは何ですか?

TabList Managerはhttps://whatever-will-be-que-sera-sera.tumblr.comによって開発されたChromeの拡張機能で、その主な機能は「TabList Manager」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        View all your open tabs in a list.
    
     

v4.0 bugfix
  
   

Shortcut Keys
      
Alt+Z = Popup
Alt+Z+Shift = SideBar on/off
      
-----------------------
     
SideBar Menu
     
IFrame Menu
    
Tab Stack
**tab stack not working in IFrame Menu
   
     
    
Disable shortcut keys
-----------------------
Open chrome://extensions/
Find the "Extension keyboard shortcuts" button in the bottom right.
Find the TabList Manager Section
Delete shortcut Key                    

拡張機能の基本情報

名前 TabList Manager TabList Manager
ID nfldfdiecanfehfklddallboddlhedgh
公式URL https://chromewebstore.google.com/detail/tablist-manager/nfldfdiecanfehfklddallboddlhedgh
説明 TabList Manager
ファイルサイズ 447 KB
インストール数 697
現在のバージョン 4.5
最終更新日 2015-04-16
公開日 2015-04-16
評価 3.83/5 合計 18 レビュー
開発者 https://whatever-will-be-que-sera-sera.tumblr.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabList Manager",
    "version": "4.5",
    "description": "TabList Manager",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "TabList Manager",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Z"
            },
            "description": "Send tab command"
        },
        "myCommand_sidewindow": {
            "suggested_key": {
                "default": "Alt+Shift+Z"
            },
            "description": "Send tabs command"
        }
    },
    "web_accessible_resources": [
        "menu.png",
        "stack.html",
        "popup.html",
        "iframe.html"
    ],
    "content_security_policy": "script-src 'self'; connect-src *; img-src *; frame-src *; object-src 'self'",
    "permissions": [
        "chrome:\/\/favicon\/*",
        "tabs",
        ""
    ]
}