Mush Casting Bookkeeping
This extension will record data about who is ready in your casting.
Vad är Mush Casting Bookkeeping?
Mush Casting Bookkeeping är en Chrome-tillägg utvecklad av Jeremy Greenburg, och dess huvudfunktion är "This extension will record data about who is ready in your casting.".
Tilläggsskärmbilder
Ladda ner Mush Casting Bookkeeping-förlängningens CRX-fil
Ladda ner Mush Casting Bookkeeping-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | |
ID | nagblefleeeccbbepocichgacdhcbnlh |
Officiell webbadress | https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh |
Beskrivning | This extension will record data about who is ready in your casting. |
Filstorlek | 35.89 KB |
Antal Installationer | 17 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2017-09-18 |
Publiceringsdatum | 2017-09-18 |
Utvecklare | Jeremy Greenburg |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |