In Or Out

Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)

Co je In Or Out?

In Or Out je rozšíření Chrome vyvinuté https://inorout.epicswell.com, a jeho hlavní funkcí je „Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření In Or Out

Stáhněte si soubory rozšíření In Or Out ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension was written to make the task of organizing basketball games easier. There are a handful of people in the world who will find this useful. You are probably not one of them.                    

Základní Informace o Rozšíření

Název In Or Out In Or Out
ID pkikmnicaplbfnllcmmakjgapkblpmen
Oficiální URL https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen
Popis Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
Velikost souboru 90.71 KB
Počet instalací 11
Aktuální Verze 1.8.1
Poslední Aktualizace 2015-09-13
Datum Vydání 2015-09-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://inorout.epicswell.com
Typ Platby free
Webové stránky Rozšíření http://inorout.epicswell.com/
URL Stránky Nápovědy http://inorout.epicswell.com/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "In Or Out",
    "version": "1.8.1",
    "manifest_version": 2,
    "description": "Used with http:\/\/inorout.epicswell.com\/ to see who is playing basketball (v1.8.1)",
    "icons": {
        "48": "images\/me_48x48.png"
    },
    "browser_action": {
        "default_icon": "inorout.png",
        "default_popup": "popup.html",
        "default_title": "In Or Out"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/inorout.epicswell.com\/*",
        "tabs",
        "notifications",
        "cookies"
    ],
    "web_accessible_resources": [
        "images\/me_48x48.png"
    ]
}