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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}