Google Earth Photo Taker
Save photo of Google Earth view with attached positional information
Was ist Google Earth Photo Taker?
Google Earth Photo Taker ist eine Chrome-Erweiterung, die von https://flydronehub.com entwickelt wurde, und ihr Hauptmerkmal ist "Save photo of Google Earth view with attached positional information".
Erweiterungsscreenshots
Google Earth Photo Taker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Earth Photo Taker-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
Puts camera button in Google Earth web that allows you to save the current view as an image with positional information attached
Grundlegende Informationen zur Erweiterung
Name | Google Earth Photo Taker |
ID | nigkfjnfbnlnkjkgoknmdkobpngidilo |
Offizielle URL | https://chromewebstore.google.com/detail/google-earth-photo-taker/nigkfjnfbnlnkjkgoknmdkobpngidilo |
Beschreibung | Save photo of Google Earth view with attached positional information |
Dateigröße | 81.21 KB |
Installationsanzahl | 491 |
Aktuelle Version | 1.2 |
Letztes Update | 2020-11-01 |
Veröffentlichungsdatum | 2020-10-22 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://flydronehub.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Earth Photo Taker", "manifest_version": 2, "version": "1.2", "description": "Save photo of Google Earth view with attached positional information", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_end", "js": [ "content.js" ], "css": [ "main.css" ], "matches": [ "https:\/\/earth.google.com\/*" ] } ], "browser_action": { "default_title": "Google Earth Photo Taker" }, "permissions": [ "activeTab", " |