OPCraft

Server Status

OPCraftคืออะไร?

OPCraft เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CharlesVien และคุณลักษณะหลักของมันคือ "Server Status"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OPCraft

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}