Learning
A helper for xuexi.cn
O que é Learning?
Learning é uma extensão do Chrome desenvolvida por ttglad, e sua principal característica é "A helper for xuexi.cn".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Learning
Baixe arquivos de extensão Learning 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
学习强国浏览器插件,自动阅读、观看视频、每日答题、每周答题、专项答题,每日45分!
Informações Básicas da Extensão
Nome | Learning |
ID | pdkhfkjcfgiemfbnabpdffjhfmocokbg |
URL Oficial | https://chromewebstore.google.com/detail/learning/pdkhfkjcfgiemfbnabpdffjhfmocokbg |
Descrição | A helper for xuexi.cn |
Tamanho do Arquivo | 86.53 KB |
Contagem de Instalações | 9,000 |
Versão Atual | 3.0.9 |
Última Atualização | 2023-06-02 |
Data de Publicação | 2022-05-30 |
Classificação | 4.95/5 Total de 44 Avaliações |
Desenvolvedor | ttglad |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ttglad/learning |
URL da Página de Ajuda | https://github.com/ttglad/learning |
URL da Página de Política de Privacidade | https://sites.google.com/view/ttglad-learning-policy |
Idiomas Suportados | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "default_locale": "zh_CN", "description": "__MSG_extDescription__", "version": "3.0.9", "manifest_version": 3, "icons": { "16": "img\/icon\/icon_16x16.png", "32": "img\/icon\/icon_32x32.png", "48": "img\/icon\/icon_48x48.png", "128": "img\/icon\/icon_128x128.png" }, "action": { "default_popup": "html\/popup.html", "default_icon": "img\/icon\/icon_128x128.png", "default_title": "__MSG_extPopTitle__" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "js\/xuexi\/login.js" ], "matches": [ "*:\/\/pc.xuexi.cn\/points\/login.html*" ] }, { "js": [ "js\/xuexi\/points.js" ], "matches": [ "*:\/\/pc.xuexi.cn\/points\/my-points.html*" ] }, { "js": [ "js\/xuexi\/detail.js" ], "matches": [ "*:\/\/www.xuexi.cn\/lgpage\/detail\/index.html*" ] }, { "js": [ "js\/xuexi\/redirect.js", "js\/xuexi\/valid.js" ], "matches": [ "*:\/\/*.xuexi.cn\/*" ] }, { "js": [ "libs\/jquery.js", "js\/xuexi\/answer.js" ], "matches": [ "*:\/\/pc.xuexi.cn\/points\/exam-practice.html*", "*:\/\/pc.xuexi.cn\/points\/exam-weekly-detail.html*", "*:\/\/pc.xuexi.cn\/points\/exam-paper-detail.html*" ] }, { "js": [ "js\/xuexi\/week.js" ], "matches": [ "*:\/\/pc.xuexi.cn\/points\/exam-weekly-list.html*" ] }, { "js": [ "js\/xuexi\/paper.js" ], "matches": [ "*:\/\/pc.xuexi.cn\/points\/exam-paper-list.html*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.xuexi.cn\/*" ] }, "permissions": [ "tabs", "notifications", "storage" ], "host_permissions": [ "*:\/\/*.xuexi.cn\/*" ] } |