Mush Casting Bookkeeping
This extension will record data about who is ready in your casting.
Was ist Mush Casting Bookkeeping?
Mush Casting Bookkeeping ist eine Chrome-Erweiterung, die von Jeremy Greenburg entwickelt wurde, und ihr Hauptmerkmal ist "This extension will record data about who is ready in your casting.".
Erweiterungsscreenshots
Mush Casting Bookkeeping-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mush Casting Bookkeeping-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | nagblefleeeccbbepocichgacdhcbnlh |
Offizielle URL | https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh |
Beschreibung | This extension will record data about who is ready in your casting. |
Dateigröße | 35.89 KB |
Installationsanzahl | 17 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2017-09-18 |
Veröffentlichungsdatum | 2017-09-18 |
Entwickler | Jeremy Greenburg |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |