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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly see a Google Live Street View of any supported location. Easily share and save your favourite views."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Live Street View एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |