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™은(는) https://ouramazinghome.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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™ |
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 } |