Streetview Screenshot

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

Co je Streetview Screenshot?

Streetview Screenshot je rozšíření Chrome vyvinuté brockthedev, a jeho hlavní funkcí je „Take a screenshot in Google Streetview without the navigation elements in the way.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Streetview Screenshot

Stáhněte si soubory rozšíření Streetview Screenshot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Streetview Screenshot Streetview Screenshot
ID nehbekcijblfffffinpjfoicfcjbcjen
Oficiální URL https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen
Popis Take a screenshot in Google Streetview without the navigation elements in the way.
Velikost souboru 11.56 KB
Počet instalací 4,000
Aktuální Verze 1.0
Poslední Aktualizace 2020-08-14
Datum Vydání 2020-08-14
Hodnocení 4.13/5 Celkem 8 Hodnocení
Vývojář brockthedev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}