Virtual Tour for Google Street View™

Driving, biking, hiking, or rowing in Google Street View. Go sight-seeing around the world without burning fosil fuel.

什麼是Virtual Tour for Google Street View™?

Virtual Tour for Google Street View™是由https://ouramazinghome.com開發的Chrome擴展程式,該擴展的主要功能是“Driving, biking, hiking, or rowing in Google Street View. Go sight-seeing around the world without burning fosil fuel.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Virtual Tour for Google Street View™擴展crx文件

下載Virtual Tour for Google Street View™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        To start the journey, you may click a link in the extension menu for a quick start. 

You may start the journey from a Google Street View page of your choice by clicking "Go!" button on this extension. 

Features
- Travel around the world on Google Street View
- Drive the street view continuously without user interaction                    

擴展基本資訊

名稱 Virtual Tour for Google Street View™ Virtual Tour for Google Street View™
ID okgfglgogpkomipfflpajohdkaflndoh
官方網址 https://chromewebstore.google.com/detail/virtual-tour-for-google-s/okgfglgogpkomipfflpajohdkaflndoh
簡介 Driving, biking, hiking, or rowing in Google Street View. Go sight-seeing around the world without burning fosil fuel.
檔案大小 116 KB
安裝次數 6,000
目前版本 0.0.5
更新時間 2015-11-07
上架時間 2015-11-06
評分 4.85/5 共 13 次評分
開發者 https://ouramazinghome.com
付費類型 free
擴展官網 http://www.ouramazinghome.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtual Tour for Google Street View\u2122",
    "version": "0.0.5",
    "description": "Driving, biking, hiking, or rowing in Google Street View. Go sight-seeing around the world without burning fosil fuel. ",
    "background": {
        "scripts": [
            "background\/dependencies\/socket.io-1.3.5.js",
            "background\/background.js",
            "common\/gsvstatus.js",
            "common\/view-object.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "http:\/\/www.ouramazinghome.com\/*",
                "*:\/\/*.google.com\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "common\/assert.js",
                "common\/gsvstatus.js",
                "common\/view-object.js",
                "common\/logger.js",
                "contentScript\/content_script.js"
            ],
            "css": [
                "contentScript\/content_script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject\/*.js",
        "common\/*.js"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/www.ouramazinghome.com\/*",
            "*:\/\/*.google.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "virtual.png",
        "default_title": "Start your virtual tour on Google Street View!",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "virtual.png"
    },
    "permissions": [
        "http:\/\/www.google.com\/",
        "http:\/\/www.ouramazinghome.com:8606\/",
        "https:\/\/cbks0.googleapis.com\/",
        "webRequest",
        "tabs"
    ],
    "manifest_version": 2
}