Mush Casting Bookkeeping

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

什麼是Mush Casting Bookkeeping?

Mush Casting Bookkeeping是由Jeremy Greenburg開發的Chrome擴展程式,該擴展的主要功能是“This extension will record data about who is ready in your casting.”。

擴展截圖

screenshot

下載Mush Casting Bookkeeping擴展crx文件

下載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
官方網址 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\/*"
    ]
}