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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |