Streetview Screenshot
Take a screenshot in Google Streetview without the navigation elements in the way.
Wat is Streetview Screenshot?
Streetview Screenshot is een Chrome-extensie ontwikkeld door brockthedev, en de belangrijkste functie is "Take a screenshot in Google Streetview without the navigation elements in the way.".
Extensie Screenshots
Download het CRX-bestand van de extensie Streetview Screenshot
Download Streetview Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | nehbekcijblfffffinpjfoicfcjbcjen |
| Officiële URL | https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen |
| Beschrijving | Take a screenshot in Google Streetview without the navigation elements in the way. |
| Bestandsgrootte | 11.56 KB |
| Aantal Installaties | 4,000 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-08-14 |
| Publicatiedatum | 2020-08-14 |
| Beoordeling | 4.13/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | brockthedev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |