AutoNext
This automatic grading tool on edunext __Hovilo__
AutoNext란 무엇입니까?
AutoNext은(는) khaangnguyeen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This automatic grading tool on edunext __Hovilo__"입니다.
확장 프로그램 스크린샷
AutoNext 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a grading tool for students who study on edunext
확장 프로그램 기본 정보
이름 | AutoNext |
ID | boflhmepcnacopclkkedcgoemjglankf |
공식 URL | https://chromewebstore.google.com/detail/autonext/boflhmepcnacopclkkedcgoemjglankf |
설명 | This automatic grading tool on edunext __Hovilo__ |
파일 크기 | 704 KB |
설치 횟수 | 981 |
현재 버전 | 3.5.1 |
최근 업데이트 | 2023-05-16 |
출시 날짜 | 2023-01-13 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | khaangnguyeen |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/khengyun/autonext |
도움말 페이지 URL | https://www.facebook.com/niraitoo |
개인정보 보호 정책 페이지 URL | https://github.com/khengyun/autonext/blob/main/privacy-policy.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "khengyun", "short_name": "AutoNext", "name": "AutoNext", "description": "This automatic grading tool on edunext\n__Hovilo__", "icons": { "128": "assets\/logoauto.png" }, "version": "3.5.1", "manifest_version": 3, "permissions": [ "webRequest", "storage", "tabs", "scripting", "https:\/\/*.fpt.edu.vn\/*" ], "host_permissions": [ "https:\/\/*.fpt.edu.vn\/*" ], "web_accessible_resources": [ { "resources": [ "background_script\/*.js", "assets\/*.png", "popup\/*.js", "popup\/*.html", "popup\/*.css" ], "matches": [ "https:\/\/fu.edunext.vn\/*" ], "use_dynamic_url": true } ], "background": { "service_worker": "background_script\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content\/content.js" ], "all_frames": true, "run_at": "document_start" } ], "action": { "default_icon": { "16": "assets\/logoauto.png", "24": "assets\/logoauto.png", "32": "assets\/logoauto.png", "48": "assets\/logoauto.png", "128": "assets\/logoauto.png", "512": "assets\/logoauto.png" }, "default_title": "AutoNext", "default_popup": "popup\/popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'" } } |