In Or Out
Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
Vad är In Or Out?
In Or Out är en Chrome-tillägg utvecklad av https://inorout.epicswell.com, och dess huvudfunktion är "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".
Tilläggsskärmbilder
Ladda ner In Or Out-förlängningens CRX-fil
Ladda ner In Or Out-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 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.
Grundläggande Information om Tillägg
Namn | In Or Out |
ID | pkikmnicaplbfnllcmmakjgapkblpmen |
Officiell webbadress | https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen |
Beskrivning | Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1) |
Filstorlek | 90.71 KB |
Antal Installationer | 11 |
Aktuell Version | 1.8.1 |
Senast Uppdaterad | 2015-09-13 |
Publiceringsdatum | 2015-09-13 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://inorout.epicswell.com |
Betalningssätt | free |
Tilläggswebbplats | http://inorout.epicswell.com/ |
Hjälpsida URL | http://inorout.epicswell.com/ |
Stödda Språk | 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" ] } |