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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ouramazinghome.com และคุณลักษณะหลักของมันคือ "Driving, biking, hiking, or rowing in Google Street View. Go sight-seeing around the world without burning fosil fuel."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Virtual Tour for Google Street View™

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}