Clean Street View
Remove the clutter from Google Street view for cleaner screen grabs
Τι είναι το Clean Street View;
Το Clean Street View είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον developerdickinson, και η κύρια λειτουργία του είναι "Remove the clutter from Google Street view for cleaner screen grabs".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Clean Street View
Λήψη αρχείων επέκτασης Clean Street View σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Clean Street View |
ID | lhkidipggaennjfclhkocofdmbhcomhj |
Επίσημο URL | https://chromewebstore.google.com/detail/clean-street-view/lhkidipggaennjfclhkocofdmbhcomhj |
Περιγραφή | Remove the clutter from Google Street view for cleaner screen grabs |
Μέγεθος Αρχείου | 17.84 KB |
Αριθμός Εγκαταστάσεων | 3,395 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2019-10-17 |
Ημερομηνία Δημοσίευσης | 2019-10-17 |
Αξιολόγηση | 3.71/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | developerdickinson |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |