Streetview Screenshot

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

Co to jest Streetview Screenshot?

Streetview Screenshot to rozszerzenie Chrome opracowane przez brockthedev, a jego główną funkcją jest „Take a screenshot in Google Streetview without the navigation elements in the way.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Streetview Screenshot

Pobierz pliki rozszerzeń Streetview Screenshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Streetview Screenshot Streetview Screenshot
ID nehbekcijblfffffinpjfoicfcjbcjen
Oficjalny URL https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen
Opis Take a screenshot in Google Streetview without the navigation elements in the way.
Rozmiar pliku 11.56 KB
Liczba instalacji 4,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-08-14
Data Publikacji 2020-08-14
Ocena 4.13/5 Łącznie 8 Oceny
Deweloper brockthedev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}