TabsPane

Tabs Pain relief. Expose like functionality for Chrome

TabsPaneとは何ですか?

TabsPaneはachekulaevによって開発されたChromeの拡張機能で、その主な機能は「Tabs Pain relief. Expose like functionality for Chrome」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Provides Exposé-like experience so you can visually manage your tabs. 

Website: https://github.com/achekulaev/tabspane 
On website you can find Howto on setting up a hotkey.

New in version 0.2
- multiple windows support
- multiple tabs operations (close, move to a new window)

New in version 0.1
- tab screenshots (activate tab to generate screenshot)
- ability to rearrange tabs with drag-n-drop
- search for tab title or URL
- autosearch through history                    

拡張機能の基本情報

名前 TabsPane TabsPane
ID fopflmabgkkmpcbdcgogaoohldoelhpd
公式URL https://chromewebstore.google.com/detail/tabspane/fopflmabgkkmpcbdcgogaoohldoelhpd
説明 Tabs Pain relief. Expose like functionality for Chrome
ファイルサイズ 960 KB
インストール数 2,163
現在のバージョン 0.2
最終更新日 2014-06-10
公開日 2014-06-09
評価 4.00/5 合計 24 レビュー
開発者 achekulaev
支払い方法 free
拡張機能のウェブサイト https://github.com/achekulaev/tabspane
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabsPane",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Tabs Pain relief. Expose like functionality for Chrome",
    "homepage_url": "https:\/\/github.com\/achekulaev\/tabspane",
    "minimum_chrome_version": "30.0.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "js\/jquery\/jquery.min.js"
        ],
        "persistent": true
    },
    "omnibox": {
        "keyword": "ls"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo"
    },
    "permissions": [
        "tabs",
        "history",
        ""
    ],
    "offline_enabled": true
}