RWTHonlinePlus
RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)
RWTHonlinePlus là gì?
RWTHonlinePlus là một tiện ích mở rộng Chrome được phát triển bởi ph1sch, và tính năng chính của nó là "RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RWTHonlinePlus
Tải xuống các tệp mở rộng RWTHonlinePlus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bcnhclfmmdkbkaaaeeceknofllmcalcg |
URL Chính Thức | https://chrome.google.com/webstore/detail/rwthonlineplus/bcnhclfmmdkbkaaaeeceknofllmcalcg |
Mô tả | RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION) |
Kích Thước Tệp | 578 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.7.1 |
Cập Nhật Lần Cuối | 2018-11-14 |
Ngày Phát Hành | 2018-11-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ph1sch |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://plus.rwthonline.de |
Ngôn Ngữ Được Hỗ Trợ | 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}" } } } |