EasyTest快速學習
針對新版EasyTest所開發的工具,讓您的英文學習之路更加順利。
What is EasyTest快速學習?
EasyTest快速學習 is a Chrome extension developed by http://angai2012.blogspot.com, and its main feature is "針對新版EasyTest所開發的工具,讓您的英文學習之路更加順利。".
Extension Screenshots
Download EasyTest快速學習 Extension CRX File
Download EasyTest快速學習 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
*** 2019.3 更新說明 *** 已修正會卡住的問題 ========================================= 可幫助您在EasyTest中快速學習英文單字
Extension Basic Information
Name | |
ID | anneanhblccglljgancafdhhbfkodjpa |
Official URL | https://chrome.google.com/webstore/detail/easytest%E5%BF%AB%E9%80%9F%E5%AD%B8%E7%BF%92/anneanhblccglljgancafdhhbfkodjpa |
Description | 針對新版EasyTest所開發的工具,讓您的英文學習之路更加順利。 |
File Size | 47.98 KB |
Installation Count | 22 |
Current Version | 2019.3 |
Last Updated | 2019-03-25 |
Publish Date | 2019-03-25 |
Rating | 2.50/5 Total 2 Ratings |
Developer | http://angai2012.blogspot.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |