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" ] } |