Google Earth Photo Taker
Save photo of Google Earth view with attached positional information
Vad är Google Earth Photo Taker?
Google Earth Photo Taker är en Chrome-tillägg utvecklad av https://flydronehub.com, och dess huvudfunktion är "Save photo of Google Earth view with attached positional information".
Tilläggsskärmbilder
Ladda ner Google Earth Photo Taker-förlängningens CRX-fil
Ladda ner Google Earth Photo Taker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Puts camera button in Google Earth web that allows you to save the current view as an image with positional information attached
Grundläggande Information om Tillägg
Namn | Google Earth Photo Taker |
ID | nigkfjnfbnlnkjkgoknmdkobpngidilo |
Officiell webbadress | https://chromewebstore.google.com/detail/google-earth-photo-taker/nigkfjnfbnlnkjkgoknmdkobpngidilo |
Beskrivning | Save photo of Google Earth view with attached positional information |
Filstorlek | 81.21 KB |
Antal Installationer | 491 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2020-11-01 |
Publiceringsdatum | 2020-10-22 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | https://flydronehub.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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", " |