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