OPCraft

Server Status

什么是OPCraft?

OPCraft是由CharlesVien开发的Chrome扩展程序,该扩展的主要功能是“Server Status”。

扩展截图

screenshot

下载OPCraft扩展crx文件

下载OPCraft扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        OPCraft app is for members of the OPCraft Minecraft server community to check the status of the server at any time!                    

扩展基本信息

名称 OPCraft OPCraft
ID glhkceimhgpggefgclodipiekcciohbc
官方URL https://chromewebstore.google.com/detail/opcraft/glhkceimhgpggefgclodipiekcciohbc
简介 Server Status
文件大小 211 KB
安装次数 54
当前版本 3.0
更新时间 2018-08-02
上架时间 2018-08-02
评分 4.17/5 共6次评分
开发者 CharlesVien
付费类型 free
扩展官网 https://opcraft.net
帮助页面URL https://opcraft.net
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OPCraft",
    "short_name": "OPC",
    "description": "Server Status",
    "version": "3.0",
    "permissions": [
        "",
        "background",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}