Virtouring for Chrome Extension

Virtouring is a chrome extension that is cruising at on Street View.

Virtouring for Chrome Extension란 무엇입니까?

Virtouring for Chrome Extension은(는) LIUNQA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Virtouring is a chrome extension that is cruising at on Street View."입니다.

확장 프로그램 스크린샷

screenshot

Virtouring for Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        VirtouringはGoogleのStreet View画面を走って見えるように、画面を自動的に切り替えるながら表示するChrome 拡張機能です。
ChromeにてStreet Viewを表示するとURL欄にアイコンが表示されるので、それをクリックすると現在のStreet Viewと同じ場所が表示されます。各ボタンは意味は以下のとおりです。

「Cruise」で走行し始めます。カーブがあれば、それに従い方向を自動的に修正します。走行時間は約45secほどです。
「Stop」で停止します。
「Snapshot」で現在の画面の静止画を別ウィンドウで表示します。
「View StreetView」で現在の場所をStreet Viewで表示します。
「About」でバージョンを表示します。                    

확장 프로그램 기본 정보

이름 Virtouring for Chrome Extension Virtouring for Chrome Extension
ID ocpancpcbldnpnfpkmlfeflnffbhnbck
공식 URL https://chrome.google.com/webstore/detail/virtouring-for-chrome-ext/ocpancpcbldnpnfpkmlfeflnffbhnbck
설명 Virtouring is a chrome extension that is cruising at on Street View.
파일 크기 20.45 KB
설치 횟수 40
현재 버전 1.0
최근 업데이트 2014-07-17
출시 날짜 2014-07-17
개발자 LIUNQA
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Virtouring for Chrome Extension",
    "version": "1.0",
    "description": "Virtouring is a chrome extension that is cruising at on Street View.",
    "icons": {
        "48": "img\/icon48.png"
    },
    "page_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html",
        "scripts": [
            "js\/popup.js",
            "js\/parsegoogleurl.js"
        ]
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/popup.js"
            ]
        }
    ],
    "content_security_policy": "default-src https:\/\/themes.googleusercontent.com; script-src 'unsafe-eval' https:\/\/maps.gstatic.com https:\/\/*.googleapis.com; style-src 'unsafe-inline' https:\/\/fonts.googleapis.com; img-src https:\/\/csi.gstatic.com https:\/\/maps.gstatic.com https:\/\/*.googleapis.com"
}