EasyTest快速學習
針對新版EasyTest所開發的工具,讓您的英文學習之路更加順利。
Cos'è EasyTest快速學習?
EasyTest快速學習 è un'estensione di Chrome sviluppata da http://angai2012.blogspot.com, e la sua funzione principale è "針對新版EasyTest所開發的工具,讓您的英文學習之路更加順利。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EasyTest快速學習
Scarica i file di estensione EasyTest快速學習 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
*** 2019.3 更新說明 *** 已修正會卡住的問題 ========================================= 可幫助您在EasyTest中快速學習英文單字
Informazioni di Base sull'Estensione
Nome | |
ID | anneanhblccglljgancafdhhbfkodjpa |
URL Ufficiale | https://chrome.google.com/webstore/detail/easytest%E5%BF%AB%E9%80%9F%E5%AD%B8%E7%BF%92/anneanhblccglljgancafdhhbfkodjpa |
Descrizione | 針對新版EasyTest所開發的工具,讓您的英文學習之路更加順利。 |
Dimensione del File | 47.98 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 2019.3 |
Ultimo Aggiornamento | 2019-03-25 |
Data di Pubblicazione | 2019-03-25 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | http://angai2012.blogspot.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-TW |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "https:\/\/easytest.ncut.edu.tw\/online_test\/word_examine\/*" ] } ], "description": "\u91dd\u5c0d\u65b0\u7248EasyTest\u6240\u958b\u767c\u7684\u5de5\u5177\uff0c\u8b93\u60a8\u7684\u82f1\u6587\u5b78\u7fd2\u4e4b\u8def\u66f4\u52a0\u9806\u5229\u3002", "homepage_url": "https:\/\/www.google.com\/", "icons": { "128": "images\/icon_big.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxRmqBl5E\/5HD3CGqRDOtFGkETvzOsYobjX\/Gh6JubbG4oztLcBruiJ7xXF22Y8CWLo\/suGE9cSld9MGrpeZNQsdtQhMfWY9egEuGL9G43lkVYD9g99F5EnReOBUp8fkK7GowHO+LyW597pdro\/\/KvL0l\/DTR1hRL5A2wAFbLL70pMqkWo0t2\/+\/nygMYPJbx\/uTxfqK4l6ohYFVpdU4CJtlkioUhkcmz+Cs9rUparCv94wgrv0ihOI+ualciyfRKM9G+I6v9KDvK0TkTEliQkuhihgyy3SF1GNaXIKmb0gdfrN\/Vm\/wKTmQ\/iClB3YzjnV1+kDDMLf9wIN58faY91wIDAQAB", "manifest_version": 2, "name": "EasyTest\u5feb\u901f\u5b78\u7fd2", "permissions": [ "tabs", "cookies" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2019.3", "web_accessible_resources": [ "background2.js" ] } |