├── .gitignore ├── LICENSE ├── README.md ├── Toefl.js └── image ├── check.png ├── code.png ├── console.png ├── result.png └── search.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFanw/Toefl-Scanner-Pro/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFanw/Toefl-Scanner-Pro/HEAD/README.md -------------------------------------------------------------------------------- /Toefl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFanw/Toefl-Scanner-Pro/HEAD/Toefl.js -------------------------------------------------------------------------------- /image/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFanw/Toefl-Scanner-Pro/HEAD/image/check.png -------------------------------------------------------------------------------- /image/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFanw/Toefl-Scanner-Pro/HEAD/image/code.png -------------------------------------------------------------------------------- /image/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFanw/Toefl-Scanner-Pro/HEAD/image/console.png -------------------------------------------------------------------------------- /image/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFanw/Toefl-Scanner-Pro/HEAD/image/result.png -------------------------------------------------------------------------------- /image/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFanw/Toefl-Scanner-Pro/HEAD/image/search.png --------------------------------------------------------------------------------