RWTHonlinePlus
RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)
O que é RWTHonlinePlus?
RWTHonlinePlus é uma extensão do Chrome desenvolvida por ph1sch, e sua principal característica é "RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RWTHonlinePlus
Baixe arquivos de extensão RWTHonlinePlus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bcnhclfmmdkbkaaaeeceknofllmcalcg |
URL Oficial | https://chrome.google.com/webstore/detail/rwthonlineplus/bcnhclfmmdkbkaaaeeceknofllmcalcg |
Descrição | RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION) |
Tamanho do Arquivo | 578 KB |
Contagem de Instalações | 47 |
Versão Atual | 0.7.1 |
Última Atualização | 2018-11-14 |
Data de Publicação | 2018-11-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ph1sch |
Tipo de Pagamento | free |
Site da Extensão | http://plus.rwthonline.de |
Idiomas Suportados | 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}" } } } |