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"
    }
}