In Or Out

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

In Or Outคืออะไร?

In Or Out เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://inorout.epicswell.com และคุณลักษณะหลักของมันคือ "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย In Or Out

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}