GeoFS 3D Buildings

Community-driven 3D global scenery for GeoFS.

GeoFS 3D Buildingsคืออะไร?

GeoFS 3D Buildings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jian Sun และคุณลักษณะหลักของมันคือ "Community-driven 3D global scenery for GeoFS."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GeoFS 3D Buildings

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

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

                        This extension enables GeoFS players to access a wide range of 3D structures all over the world, from famous statues, to towering skyscrapers, to historic monuments, and even state of the art rocket launch sites. The list of supported models is constantly expanding as more and more 3D assets are built, processed, and uploaded.
Fly in GeoFS- with a new dimension!                    

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

ชื่อ GeoFS 3D Buildings GeoFS 3D Buildings
ID ohioeinonkhbfglnkpaifjakdekgklbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe
คำอธิบาย Community-driven 3D global scenery for GeoFS.
ขนาดไฟล์ 23.33 KB
จำนวนการติดตั้ง 1,852
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2022-09-25
วันที่เผยแพร่ 2022-04-04
คะแนน 4.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Jian Sun
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://geofs3d.wixsite.com/buildtheearth/
URL หน้าช่วยเหลือ https://discord.gg/mfaCNVQGRC
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GeoFS 3D Buildings",
    "description": "Community-driven 3D global scenery for GeoFS.",
    "version": "1.3.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "author": "ExtendDevelop Group",
    "permissions": [
        "scripting",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.geo-fs.com\/*"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "interface\/popup.html"
    }
}