Live Street View
Instantly see a Google Live Street View of any supported location. Easily share and save your favourite views.
O que é Live Street View?
Live Street View é uma extensão do Chrome desenvolvida por http://www.livesatellitestreetview.com, e sua principal característica é "Instantly see a Google Live Street View of any supported location. Easily share and save your favourite views.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Live Street View
Baixe arquivos de extensão Live Street View no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | dcdhcaiphjchoklnfjafghlgahifnmma |
URL Oficial | https://chrome.google.com/webstore/detail/live-street-view/dcdhcaiphjchoklnfjafghlgahifnmma |
Descrição | Instantly see a Google Live Street View of any supported location. Easily share and save your favourite views. |
Tamanho do Arquivo | 363 KB |
Contagem de Instalações | 7,642 |
Versão Atual | 1.0.2 |
Última Atualização | 2015-09-25 |
Data de Publicação | 2015-09-25 |
Classificação | 3.43/5 Total de 28 Avaliações |
Desenvolvedor | http://www.livesatellitestreetview.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |