RWTHonlinePlus

RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)

RWTHonlinePlusคืออะไร?

RWTHonlinePlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ph1sch และคุณลักษณะหลักของมันคือ "RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)"

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

screenshot

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

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

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

                        RWTHonline with a Plus: UNOFFICAL extension for RWTHonline, fixing many bugs and improving the site's usability.

Note that this extension is NOT OFFICIAL and not supported by the RWTH or anyone else responsible for RWTHonline.                    

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

ชื่อ RWTHonlinePlus RWTHonlinePlus
ID bcnhclfmmdkbkaaaeeceknofllmcalcg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rwthonlineplus/bcnhclfmmdkbkaaaeeceknofllmcalcg
คำอธิบาย RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)
ขนาดไฟล์ 578 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 0.7.1
อัปเดตครั้งล่าสุด 2018-11-14
วันที่เผยแพร่ 2018-11-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ph1sch
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://plus.rwthonline.de
ภาษาที่รองรับ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RWTHonlinePlus",
    "version": "0.7.1",
    "description": "RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)",
    "homepage_url": "http:\/\/plus.rwthonline.de",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "*:\/\/online.rwth-aachen.de\/*",
        "storage"
    ],
    "options_ui": {
        "page": "settings\/options.html"
    },
    "browser_action": {
        "default_icon": "icon\/16.png",
        "default_popup": "settings\/options.html#popup"
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "web_accessible_resources": [
        "dist\/injected_script.js",
        "inject\/styles.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/online.rwth-aachen.de\/*"
            ],
            "js": [
                "dist\/content_script.js"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "{7bfcb085-5b65-46d8-819d-bbdedaf15020}"
        }
    }
}