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. 擴展基本資訊
| 名稱 | |
| ID | pkikmnicaplbfnllcmmakjgapkblpmen |
| 官方網址 | 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"
]
} | |