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文件

下载Virtouring for Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}