Mush Casting Bookkeeping

This extension will record data about who is ready in your casting.

Hvad er Mush Casting Bookkeeping?

Mush Casting Bookkeeping er en Chrome-udvidelse udviklet af Jeremy Greenburg, og dens hovedfunktion er "This extension will record data about who is ready in your casting.".

Udvidelsesskærmbilleder

screenshot

Download Mush Casting Bookkeeping-udvidelses-CRX-fil

Download Mush Casting Bookkeeping-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Mush Casting Bookkeeping Mush Casting Bookkeeping
ID nagblefleeeccbbepocichgacdhcbnlh
Officiel URL https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh
Beskrivelse This extension will record data about who is ready in your casting.
Filstørrelse 35.89 KB
Antal Installationer 17
Nuværende Version 1.1.0
Senest Opdateret 2017-09-18
Udgivelsesdato 2017-09-18
Udvikler Jeremy Greenburg
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}