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 |
Eメール | [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\/*" ] } |