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
电子邮箱 [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"
    }
}