College Basketball News

Keep up with the latest college basketball news.

College Basketball Newsคืออะไร?

College Basketball News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Neptune Media และคุณลักษณะหลักของมันคือ "Keep up with the latest college basketball news."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย College Basketball News

ดาวน์โหลดไฟล์ส่วนขยาย College Basketball News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Stay up to date with all the latest college basketball news.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ College Basketball News College Basketball News
ID lbjfchofagfblofekkeeingmfobikold
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/college-basketball-news/lbjfchofagfblofekkeeingmfobikold
คำอธิบาย Keep up with the latest college basketball news.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2014-03-23
วันที่เผยแพร่ 2014-03-22
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Neptune Media
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "College Basketball News",
    "short_name": "Basketball News",
    "version": "0.4",
    "description": "Keep up with the latest college basketball news.",
    "homepage_url": "http:\/\/www.espn.com",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/sports.espn.go.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Basketball News",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}