Google Earth for Browser

Open Google Earth from an extension.

Google Earth for Browserคืออะไร?

Google Earth for Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alqndzlyalqndwly และคุณลักษณะหลักของมันคือ "Open Google Earth from an extension."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Earth for Browser

ดาวน์โหลดไฟล์ส่วนขยาย Google Earth for Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple way to open Google Earth on your computer, but without downloading Google Earth Pro. This extension works with the Web version of Google Chrome and combines it with a program for your computer.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Earth for Browser Google Earth for Browser
ID ckaooknhkacnjegigelpfclclgbgnljf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-earth-for-browser/ckaooknhkacnjegigelpfclclgbgnljf
คำอธิบาย Open Google Earth from an extension.
ขนาดไฟล์ 28.68 KB
จำนวนการติดตั้ง 53,058
เวอร์ชันปัจจุบัน 1.3.0.1
อัปเดตครั้งล่าสุด 2023-05-07
วันที่เผยแพร่ 2021-01-29
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา alqndzlyalqndwly
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://discord.gg/7HB9a6ua6Y
URL หน้านโยบายความเป็นส่วนตัว https://madgicx.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Launch Google Earth"
    },
    "description": "Open Google Earth from an extension.",
    "manifest_version": 2,
    "name": "Google Earth for Browser",
    "version": "1.3.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}