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
官方網址 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
}