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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } } |