Clean Street View
Remove the clutter from Google Street view for cleaner screen grabs
Was ist Clean Street View?
Clean Street View ist eine Chrome-Erweiterung, die von developerdickinson entwickelt wurde, und ihr Hauptmerkmal ist "Remove the clutter from Google Street view for cleaner screen grabs".
Erweiterungsscreenshots
Clean Street View-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clean Street View-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Screen grabs of street view are a common sight on many news websites. A crime report or other news story is often accompanied by a Street View Screen shot of the location. The problem is that the user interface can make getting a 'clean' screenshot difficult. Clean Street view is a small extension that removes the user interface elements so you can take better screenshots. It works by overriding the CSS code to 'hide' the elements. The original idea came from a post by UK Journalist and lecturer Karl Hodge. He identified the CSS elements on the page which are used in the plugin. Note: Clean Street view doesn't remove the street names of direction arrows. These are baked into the image.
Grundlegende Informationen zur Erweiterung
Name | Clean Street View |
ID | lhkidipggaennjfclhkocofdmbhcomhj |
Offizielle URL | https://chromewebstore.google.com/detail/clean-street-view/lhkidipggaennjfclhkocofdmbhcomhj |
Beschreibung | Remove the clutter from Google Street view for cleaner screen grabs |
Dateigröße | 17.84 KB |
Installationsanzahl | 3,395 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-10-17 |
Veröffentlichungsdatum | 2019-10-17 |
Bewertung | 3.71/5 Insgesamt 7 Bewertungen |
Entwickler | developerdickinson |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Street View", "description": "Remove the clutter from Google Street view for cleaner screen grabs", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Clean Street View " }, "manifest_version": 2 } |