Mush Casting Bookkeeping

This extension will record data about who is ready in your casting.

Mush Casting Bookkeepingคืออะไร?

Mush Casting Bookkeeping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeremy Greenburg และคุณลักษณะหลักของมันคือ "This extension will record data about who is ready in your casting."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Mush Casting Bookkeeping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will take a snapshot of any Mush Casting including all players and their current status (ready, idle, or in game).

A graphical interface is in development that will be able to analyze a series of files and display status changes, new members, and more.

All source is located at: https://github.com/Jerrgree/Mush-Casting-Bookkeeping-/tree/master

Play Mush at http://mush.twinoid.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mush Casting Bookkeeping Mush Casting Bookkeeping
ID nagblefleeeccbbepocichgacdhcbnlh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh
คำอธิบาย This extension will record data about who is ready in your casting.
ขนาดไฟล์ 35.89 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2017-09-18
วันที่เผยแพร่ 2017-09-18
ผู้พัฒนา Jeremy Greenburg
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mush Casting Bookkeeping",
    "description": "This extension will record data about who is ready in your casting.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "popup.html",
        "default_title": "Mush Casting Bookkeeping"
    },
    "permissions": [
        "activeTab",
        "storage",
        "downloads",
        "http:\/\/mush.twinoid.com\/g\/*"
    ]
}