Mush Casting Bookkeeping

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

Τι είναι το Mush Casting Bookkeeping;

Το Mush Casting Bookkeeping είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jeremy Greenburg, και η κύρια λειτουργία του είναι "This extension will record data about who is ready in your casting.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Mush Casting Bookkeeping

Λήψη αρχείων επέκτασης 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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Mush Casting Bookkeeping Mush Casting Bookkeeping
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
Ηλεκτρονικό ταχυδρομείο [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\/*"
    ]
}