3D Flip Tab Switch

Switch between tabs by flip through the thumbnail or title of tabs in 3D view

3D Flip Tab Switch란 무엇입니까?

3D Flip Tab Switch은(는) Yat Hong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch between tabs by flip through the thumbnail or title of tabs in 3D view"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

3D Flip Tab Switch 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        3D Flip Tab Switch is an extension that display thumbnail or title of opened tabs in 3D view and switch between tabs by flip through the tabs with different built-in flip types.

To switch tab using 3D Flip Tab Switch:
To open 3D Flip Tab Switch popup window, click the 3D Flip Tab Switch icon or press ALT+T key.
To switch Tab, click the tab thumbnail to switch to that tab, or press ENTER to switch to Selected Tab, or press CTRL+ALT then release CTRL or ALT to switch to Selected Tab.
To flip through the tabs, press RIGHT/UP ARROW or LEFT/DOWN ARROW, or press CTRL+ALT+T to flip forward one tab and press CTRL+ALT+R to flip backward one tab, or rotate the wheel on your mouse to flip through the tabs.
To close 3D Flip Tab Switch popup window without switching tabs, click outside 3D Flip Tab Switch popup window or press ESC.                    

확장 프로그램 기본 정보

이름 3D Flip Tab Switch 3D Flip Tab Switch
ID ffkhclfbeincphngbpfainjgpldfoknd
공식 URL https://chromewebstore.google.com/detail/3d-flip-tab-switch/ffkhclfbeincphngbpfainjgpldfoknd
설명 Switch between tabs by flip through the thumbnail or title of tabs in 3D view
파일 크기 20.97 KB
설치 횟수 261
현재 버전 0.1.3
최근 업데이트 2015-11-25
출시 날짜 2015-11-25
평점 3.50/5 총 8 개의 평점
개발자 Yat Hong
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "3D Flip Tab Switch",
    "version": "0.1.3",
    "description": "Switch between tabs by flip through the thumbnail or title of tabs in 3D view",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "image\/icon-128.png",
        "default_title": "3D Flip Tab Switch",
        "default_popup": "html\/chrome-3d-flip.html"
    },
    "icons": {
        "16": "image\/icon-16.png",
        "48": "image\/icon-48.png",
        "128": "image\/icon-128.png"
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "manifest_version": 2
}