NYCU e3 驗證碼辨識器
Automatically recognize verification code in NYCU e3 system
Cos'è NYCU e3 驗證碼辨識器?
NYCU e3 驗證碼辨識器 è un'estensione di Chrome sviluppata da a123tim123, e la sua funzione principale è "Automatically recognize verification code in NYCU e3 system".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NYCU e3 驗證碼辨識器
Scarica i file di estensione NYCU e3 驗證碼辨識器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
使用機器學習模型,辨識 New e3 驗證碼。
因為 New e3 驗證碼較為簡單,經過反覆訓練後,在測試資料能有高達 99.7% 的準確率!
功能說明:
每當到 New e3 登入頁面時,就自動填入驗證碼。
(2021/01/29)更新:
原交大 New e3 網址已無效,因此將其更改為合校後的 NYCU e3。
更新後可在 NYCU e3 繼續使用此擴充功能。 Informazioni di Base sull'Estensione
| Nome | |
| ID | ipealnbodemhkocdbchflnmkaajalnop |
| URL Ufficiale | 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 |
| Descrizione | Automatically recognize verification code in NYCU e3 system |
| Dimensione del File | 111 KB |
| Conteggio Installazioni | 86 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2021-01-31 |
| Data di Pubblicazione | 2020-12-10 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | a123tim123 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |