NYCU e3 驗證碼辨識器
Automatically recognize verification code in NYCU e3 system
NYCU e3 驗證碼辨識器란 무엇입니까?
NYCU e3 驗證碼辨識器은(는) a123tim123에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically recognize verification code in NYCU e3 system"입니다.
확장 프로그램 스크린샷
NYCU e3 驗證碼辨識器 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
使用機器學習模型,辨識 New e3 驗證碼。 因為 New e3 驗證碼較為簡單,經過反覆訓練後,在測試資料能有高達 99.7% 的準確率! 功能說明: 每當到 New e3 登入頁面時,就自動填入驗證碼。 (2021/01/29)更新: 原交大 New e3 網址已無效,因此將其更改為合校後的 NYCU e3。 更新後可在 NYCU e3 繼續使用此擴充功能。
확장 프로그램 기본 정보
이름 | NYCU e3 驗證碼辨識器 |
ID | ipealnbodemhkocdbchflnmkaajalnop |
공식 URL | https://chromewebstore.google.com/detail/nycu-e3-%E9%A9%97%E8%AD%89%E7%A2%BC%E8%BE%A8%E8%AD%98%E5%99%A8/ipealnbodemhkocdbchflnmkaajalnop |
설명 | Automatically recognize verification code in NYCU e3 system |
파일 크기 | 111 KB |
설치 횟수 | 86 |
현재 버전 | 1.4 |
최근 업데이트 | 2021-01-31 |
출시 날짜 | 2020-12-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | a123tim123 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "images\/logo2.png" }, "description": "Automatically recognize verification code in NYCU e3 system", "browser_action": { "default_icon": "images\/logo2.png", "default_popup": "popup.html", "default_title": "NYCU e3 captcha Recognizer" }, "content_scripts": [ { "matches": [ "https:\/\/e3.nycu.edu.tw\/login\/index.php" ], "js": [ "onnx.min.js", "background.js" ], "run_at": "document_end", "all_frame": true } ], "name": "NYCU e3 \u9a57\u8b49\u78bc\u8fa8\u8b58\u5668", "version": "1.4", "homepage_url": "https:\/\/e3.nycu.edu.tw\/login\/index.php" } |