Earth View from Google Earth
Experience a beautiful image from Google Earth every time you open a new tab.
Earth View from Google Earthคืออะไร?
Earth View from Google Earth เป็นส่วนขยายของ Chrome ที่พัฒนาโดย earth-view และคุณลักษณะหลักของมันคือ "Experience a beautiful image from Google Earth every time you open a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Earth View from Google Earth
ดาวน์โหลดไฟล์ส่วนขยาย Earth View from Google Earth ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Earth View displays a beautiful landscape from Google Earth every time you open a new tab. What's new in version 3? 1,000+ NEW VIEWS: More views from more places around the globe. BETTER QUALITY: Sharper, more colorful images, optimized for today's high-DPI screens. GLOBAL COLOR MAP: Explore all 2,500 images by region and color on our new map: g.co/ev/map Learn more about our privacy policy at https://www.google.com/policies/privacy/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Earth View from Google Earth |
ID | bhloflhklmhfpedakmangadcdofhnnoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh |
คำอธิบาย | Experience a beautiful image from Google Earth every time you open a new tab. |
ขนาดไฟล์ | 165 KB |
จำนวนการติดตั้ง | 856,623 |
เวอร์ชันปัจจุบัน | 3.1.0 |
อัปเดตครั้งล่าสุด | 2024-02-20 |
วันที่เผยแพร่ | 2020-02-26 |
คะแนน | 4.20/5 รวมทั้งหมด 5195 คะแนน |
ผู้พัฒนา | earth-view |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.google.com/policies/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.0", "background": { "service_worker": "service-worker.js", "type": "module" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "Experience a beautiful image from Google Earth every time you open a new tab.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "manifest_version": 3, "name": "Earth View from Google Earth", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.gstatic.com\/prettyearth\/*" ] } |