mirror of
https://git.victorphan.net/basketballcantho/study4.git
synced 2026-08-05 14:23:11 +07:00
Add source code, scraper extension, and result files
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user