RWTHonlinePlus
RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)
什么是RWTHonlinePlus?
RWTHonlinePlus是由ph1sch开发的Chrome扩展程序,该扩展的主要功能是“RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)”。
扩展截图
下载RWTHonlinePlus扩展crx文件
下载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.
扩展基本信息
名称 | |
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}" } } } |