Transform Web page in 3d Beta

Transform Web page in 3d Beta.

Transform Web page in 3d Beta란 무엇입니까?

Transform Web page in 3d Beta은(는) Yat Hong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform Web page in 3d Beta."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Transform Web page in 3d Beta 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension lets you to transform the web page in 3D.

You can rotate, move, zoom in and zoom out the web page in 3d, and interact with the web page in 3d transform.

To start transform, click the icon. Once the extension initialized, the web page was zoomed out.
To rotate the web page, left click and hold the mouse, then move mouse to rotate the web page. To stop rotate, release the mouse click.
To move the web page, right click and hold the mouse, then move mouse to move the web page. To stop move, release the mouse click.
To zoom In/Out, rotate the mouse wheel, or click the "zoom IN" or "zoom OUT" in menu bar.
To interact with the web page instead of rotate/move it, click the "transform ON" in menu bar.
To rotate/move the webpage instead of interact with it, click the "transform OFF" in menu bar. 
To reset the position of the webpage, click the "reset" in menu bar.
Click "exit" in menu bar to go back to exit 3d transform.                    

확장 프로그램 기본 정보

이름 Transform Web page in 3d Beta Transform Web page in 3d Beta
ID cpaochobeldikbkojimamafgfnlocnfg
공식 URL https://chromewebstore.google.com/detail/transform-web-page-in-3d/cpaochobeldikbkojimamafgfnlocnfg
설명 Transform Web page in 3d Beta.
파일 크기 16.47 KB
설치 횟수 290
현재 버전 0.0.2
최근 업데이트 2015-07-02
출시 날짜 2015-07-02
평점 4.25/5 총 4 개의 평점
개발자 Yat Hong
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Transform Web page in 3d Beta",
    "description": "Transform Web page in 3d Beta.",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "image\/transform3d_icon_128.png",
        "default_title": "Transform Web page in 3d",
        "default_popup": "html\/transform3d_popup.html"
    },
    "icons": {
        "16": "image\/transform3d_icon_16.png",
        "48": "image\/transform3d_icon_48.png",
        "128": "image\/transform3d_icon_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}