Inspect and view changes in Test Vocabulary Online source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Test Vocabulary Online",
"description": "Test vocabulary by dynamic worksheets of America middle/high school, or common English skill exams.",
"version": "4.1.2",
"app": {
"urls": [
"https://www.examword.com/test/vocabulary"
],
"launch": {
"web_url": "https://www.examword.com/test/vocabulary"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": []
}