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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Driving, biking, hiking, or rowing in Google Street View. Go sight-seeing around the world without burning fosil fuel."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Virtual Tour for Google Street View™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |