Live Street View

Instantly see a Google Live Street View of any supported location. Easily share and save your favourite views.

Live Street Viewคืออะไร?

Live Street View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.livesatellitestreetview.com และคุณลักษณะหลักของมันคือ "Instantly see a Google Live Street View of any supported location. Easily share and save your favourite views."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live Street View

ดาวน์โหลดไฟล์ส่วนขยาย Live Street View ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Instantly see a Live Street View , we lets you explore and share places around the world through 360-degree, panoramic, and street-level imagery.

Explore world landmarks, discover natural wonders, and step inside locations such as museums, arenas, restaurants, and small businesses with Live Street View.

Also create photo spheres to add your own Street View experiences. Start with your phone’s camera or add a one–shot spherical camera (like the Ricoh Theta S) for easy 360º photography. Then, you can publish to Google Maps to share your photo spheres with the world.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Live Street View Live Street View
ID dcdhcaiphjchoklnfjafghlgahifnmma
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/live-street-view/dcdhcaiphjchoklnfjafghlgahifnmma
คำอธิบาย Instantly see a Google Live Street View of any supported location. Easily share and save your favourite views.
ขนาดไฟล์ 363 KB
จำนวนการติดตั้ง 7,642
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2015-09-25
วันที่เผยแพร่ 2015-09-25
คะแนน 3.43/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา http://www.livesatellitestreetview.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Street View",
    "version": "1.0.2",
    "description": "Instantly see a Google Live Street View of any supported location. Easily share and save your favourite views.",
    "background": {
        "scripts": [
            "Kernel.js"
        ]
    },
    "web_accessible_resources": [
        "Kernel.js",
        "files\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "Content.js",
                "BrowsersFix.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "http:\/\/www.livesatellitestreetview.com\/",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Click Here"
    }
}