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是由http://www.livesatellitestreetview.com開發的Chrome擴展程式,該擴展的主要功能是“Instantly see a Google Live Street View of any supported location. Easily share and save your favourite views.”。

擴展截圖

screenshot

下載Live Street View擴展crx文件

下載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
官方網址 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"
    }
}