WELearn网课助手
显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置
WELearn网课助手란 무엇입니까?
WELearn网课助手은(는) SSmJaE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置"입니다.
확장 프로그램 스크린샷
WELearn网课助手 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Github https://github.com/SSmJaE/WELearnHelper 问题反馈 https://github.com/SSmJaE/WELearnHelper/issues
확장 프로그램 기본 정보
이름 | WELearn网课助手 |
ID | kojnddpihdfgebnbpanjhnhpjaiiekkf |
공식 URL | https://chromewebstore.google.com/detail/welearn%E7%BD%91%E8%AF%BE%E5%8A%A9%E6%89%8B/kojnddpihdfgebnbpanjhnhpjaiiekkf |
설명 | 显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置 |
파일 크기 | 106 KB |
설치 횟수 | 848 |
현재 버전 | 0.9.3 |
최근 업데이트 | 2022-04-26 |
출시 날짜 | 2021-11-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | SSmJaE |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/SSmJaE/WELearnHelper |
도움말 페이지 URL | https://github.com/SSmJaE/WELearnHelper |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WELearn\u7f51\u8bfe\u52a9\u624b", "version": "0.9.3", "description": "\u663e\u793aWE Learn\u968f\u884c\u8bfe\u5802\u9898\u76ee\u7b54\u6848\uff1b\u652f\u6301\u73ed\u7ea7\u6d4b\u8bd5\uff1b\u81ea\u52a8\u7b54\u9898\uff1b\u5237\u65f6\u957f\uff1b\u5f00\u653e\u81ea\u5b9a\u4e49\u8bbe\u7f6e", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "WELearn\u7f51\u8bfe\u52a9\u624b" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/course.sflep.com\/*", "*:\/\/welearn.sflep.com\/*", "*:\/\/courseappserver.sflep.com\/*", "*:\/\/centercourseware.sflep.com\/*" ], "js": [ "inject.js", "content.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage", "*:\/\/47.100.166.53\/*", "*:\/\/course.sflep.com\/*", "*:\/\/welearn.sflep.com\/*", "*:\/\/courseappserver.sflep.com\/*", "*:\/\/centercourseware.sflep.com\/*" ], "web_accessible_resources": [ "main.js" ], "homepage_url": "https:\/\/www.github.com\/SSmJaE\/", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |