GeoFS 3D Buildings

Community-driven 3D global scenery for GeoFS.

GeoFS 3D Buildings là gì?

GeoFS 3D Buildings là một tiện ích mở rộng Chrome được phát triển bởi Jian Sun, và tính năng chính của nó là "Community-driven 3D global scenery for GeoFS.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GeoFS 3D Buildings

Tải xuống các tệp mở rộng GeoFS 3D Buildings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GeoFS 3D Buildings GeoFS 3D Buildings
ID ohioeinonkhbfglnkpaifjakdekgklbe
URL Chính Thức https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe
Mô tả Community-driven 3D global scenery for GeoFS.
Kích Thước Tệp 23.33 KB
Số Lần Cài Đặt 1,852
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2022-09-25
Ngày Phát Hành 2022-04-04
Đánh Giá 4.42/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Jian Sun
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://geofs3d.wixsite.com/buildtheearth/
URL Trang Trợ Giúp https://discord.gg/mfaCNVQGRC
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}