NYCU e3 驗證碼辨識器
Automatically recognize verification code in NYCU e3 system
Wat is NYCU e3 驗證碼辨識器?
NYCU e3 驗證碼辨識器 is een Chrome-extensie ontwikkeld door a123tim123, en de belangrijkste functie is "Automatically recognize verification code in NYCU e3 system".
Extensie Screenshots
Download het CRX-bestand van de extensie NYCU e3 驗證碼辨識器
Download NYCU e3 驗證碼辨識器-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
使用機器學習模型,辨識 New e3 驗證碼。
因為 New e3 驗證碼較為簡單,經過反覆訓練後,在測試資料能有高達 99.7% 的準確率!
功能說明:
每當到 New e3 登入頁面時,就自動填入驗證碼。
(2021/01/29)更新:
原交大 New e3 網址已無效,因此將其更改為合校後的 NYCU e3。
更新後可在 NYCU e3 繼續使用此擴充功能。 Basisinformatie over de Extensie
| Naam | |
| ID | ipealnbodemhkocdbchflnmkaajalnop |
| Officiële 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 |
| Beschrijving | Automatically recognize verification code in NYCU e3 system |
| Bestandsgrootte | 111 KB |
| Aantal Installaties | 86 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2021-01-31 |
| Publicatiedatum | 2020-12-10 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | a123tim123 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |