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.”。
扩展截图
下载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/
扩展基本信息
名称 | |
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\/*" ] } |