BGUGrades

BGU grades extension

BGUGradesคืออะไร?

BGUGrades เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bgugradesext และคุณลักษณะหลักของมันคือ "BGU grades extension"

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

screenshot

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

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

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

                                            

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

ชื่อ BGUGrades BGUGrades
ID gaikepdjbdbdhabmdgilcjpinlgfmonp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bgugrades/gaikepdjbdbdhabmdgilcjpinlgfmonp
คำอธิบาย BGU grades extension
ขนาดไฟล์ 12.42 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.5.5
อัปเดตครั้งล่าสุด 2017-03-28
วันที่เผยแพร่ 2017-03-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา bgugradesext
ประเภทการชำระเงิน free
ภาษาที่รองรับ
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BGUGrades",
    "description": "BGU grades extension",
    "version": "0.5.5",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bgu4u.bgu.ac.il\/pls\/scwp\/*"
            ],
            "js": [
                "js\/popup-insertion.js",
                "js\/scwp.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/bgu4u.bgu.ac.il\/html\/annual\/*"
            ],
            "js": [
                "js\/popup-insertion.js",
                "js\/annual.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "ext_window.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/bgugrades.herokuapp.com\/"
    ]
}