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
公式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
Eメール [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"
    }
}