Streetview Screenshot

Take a screenshot in Google Streetview without the navigation elements in the way.

¿Qué es Streetview Screenshot?

Streetview Screenshot es una extensión de Chrome desarrollada por brockthedev, y su función principal es "Take a screenshot in Google Streetview without the navigation elements in the way.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Streetview Screenshot

Descarga archivos de extensión Streetview Screenshot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Streetview Screenshot Streetview Screenshot
ID nehbekcijblfffffinpjfoicfcjbcjen
URL Oficial https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen
Descripción Take a screenshot in Google Streetview without the navigation elements in the way.
Tamaño del Archivo 11.56 KB
Cantidad de Instalaciones 4,000
Versión Actual 1.0
Última Actualización 2020-08-14
Fecha de Publicación 2020-08-14
Calificación 4.13/5 Total de 8 Calificaciones
Desarrollador brockthedev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}