Mush Casting Bookkeeping
This extension will record data about who is ready in your casting.
Wat is Mush Casting Bookkeeping?
Mush Casting Bookkeeping is een Chrome-extensie ontwikkeld door Jeremy Greenburg, en de belangrijkste functie is "This extension will record data about who is ready in your casting.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mush Casting Bookkeeping
Download Mush Casting Bookkeeping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | nagblefleeeccbbepocichgacdhcbnlh |
Officiële URL | https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh |
Beschrijving | This extension will record data about who is ready in your casting. |
Bestandsgrootte | 35.89 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2017-09-18 |
Publicatiedatum | 2017-09-18 |
Ontwikkelaar | Jeremy Greenburg |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |