Streetview Screenshot
Take a screenshot in Google Streetview without the navigation elements in the way.
Cos'è Streetview Screenshot?
Streetview Screenshot è un'estensione di Chrome sviluppata da brockthedev, e la sua funzione principale è "Take a screenshot in Google Streetview without the navigation elements in the way.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Streetview Screenshot
Scarica i file di estensione Streetview Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Streetview Screenshot |
ID | nehbekcijblfffffinpjfoicfcjbcjen |
URL Ufficiale | https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen |
Descrizione | Take a screenshot in Google Streetview without the navigation elements in the way. |
Dimensione del File | 11.56 KB |
Conteggio Installazioni | 4,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-08-14 |
Data di Pubblicazione | 2020-08-14 |
Valutazione | 4.13/5 Totale 8 Valutazioni |
Sviluppatore | brockthedev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |