Streetview Screenshot
Take a screenshot in Google Streetview without the navigation elements in the way.
O que é Streetview Screenshot?
Streetview Screenshot é uma extensão do Chrome desenvolvida por brockthedev, e sua principal característica é "Take a screenshot in Google Streetview without the navigation elements in the way.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Streetview Screenshot
Baixe arquivos de extensão Streetview Screenshot 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
A simple extension that allows you to take screenshots of your browser's current page with the click of a button. When in Google Maps or Streetview, the navigation elements will be automatically hidden when taking a screenshot.
Informações Básicas da Extensão
Nome | Streetview Screenshot |
ID | nehbekcijblfffffinpjfoicfcjbcjen |
URL Oficial | https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen |
Descrição | Take a screenshot in Google Streetview without the navigation elements in the way. |
Tamanho do Arquivo | 11.56 KB |
Contagem de Instalações | 4,000 |
Versão Atual | 1.0 |
Última Atualização | 2020-08-14 |
Data de Publicação | 2020-08-14 |
Classificação | 4.13/5 Total de 8 Avaliações |
Desenvolvedor | brockthedev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Streetview Screenshot" }, "description": "Take a screenshot in Google Streetview without the navigation elements in the way.", "name": "Streetview Screenshot", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" } } |