RWTHonlinePlus
RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)
RWTHonlinePlus क्या है?
RWTHonlinePlus ph1sch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RWTHonlinePlus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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}" } } } |