Streetview Screenshot
Take a screenshot in Google Streetview without the navigation elements in the way.
Qu'est-ce que Streetview Screenshot ?
Streetview Screenshot est une extension Chrome développée par brockthedev, et sa fonction principale est "Take a screenshot in Google Streetview without the navigation elements in the way.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Streetview Screenshot
Téléchargez les fichiers d'extension Streetview Screenshot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Streetview Screenshot |
ID | nehbekcijblfffffinpjfoicfcjbcjen |
URL Officiel | https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen |
Description | Take a screenshot in Google Streetview without the navigation elements in the way. |
Taille du Fichier | 11.56 KB |
Nombre d'Installations | 4,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-08-14 |
Date de Publication | 2020-08-14 |
Évaluation | 4.13/5 Total 8 Évaluations |
Développeur | brockthedev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |