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}" } } } |