In Or Out
Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
In Or Outとは何ですか?
In Or Outはhttps://inorout.epicswell.comによって開発されたChromeの拡張機能で、その主な機能は「Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)」です。
拡張機能のスクリーンショット
In Or Out拡張機能のCRXファイルをダウンロード
In Or Out拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | In Or Out |
ID | pkikmnicaplbfnllcmmakjgapkblpmen |
公式URL | https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen |
説明 | Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1) |
ファイルサイズ | 90.71 KB |
インストール数 | 11 |
現在のバージョン | 1.8.1 |
最終更新日 | 2015-09-13 |
公開日 | 2015-09-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://inorout.epicswell.com |
支払い方法 | free |
拡張機能のウェブサイト | http://inorout.epicswell.com/ |
ヘルプページのURL | http://inorout.epicswell.com/ |
対応言語 | 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" ] } |