GeoFS 3D Buildings

Community-driven 3D global scenery for GeoFS.

什麼是GeoFS 3D Buildings?

GeoFS 3D Buildings是由Jian Sun開發的Chrome擴展程式,該擴展的主要功能是“Community-driven 3D global scenery for GeoFS.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載GeoFS 3D Buildings擴展crx文件

下載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
官方網址 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"
    }
}