Add source code, scraper extension, and result files

This commit is contained in:
LAPTOP01\laptop01
2026-05-25 11:39:14 +07:00
parent d6f2b6d3a4
commit 00c628c906
5206 changed files with 20413 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"manifest_version": 3,
"name": "Study4 Vocabulary Scraper",
"version": "1.0",
"description": "Scrape vocabulary from Study4 flashcards pages.",
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"*://*.study4.com/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Study4 Scraper"
}
}