Google Earth Photo Taker
Save photo of Google Earth view with attached positional information
Google Earth Photo Takerคืออะไร?
Google Earth Photo Taker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://flydronehub.com และคุณลักษณะหลักของมันคือ "Save photo of Google Earth view with attached positional information"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Earth Photo Taker
ดาวน์โหลดไฟล์ส่วนขยาย Google Earth Photo Taker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Puts camera button in Google Earth web that allows you to save the current view as an image with positional information attached
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Earth Photo Taker |
ID | nigkfjnfbnlnkjkgoknmdkobpngidilo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-earth-photo-taker/nigkfjnfbnlnkjkgoknmdkobpngidilo |
คำอธิบาย | Save photo of Google Earth view with attached positional information |
ขนาดไฟล์ | 81.21 KB |
จำนวนการติดตั้ง | 491 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2020-11-01 |
วันที่เผยแพร่ | 2020-10-22 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://flydronehub.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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", " |