This commit is contained in:
2026-04-06 20:11:48 +02:00
commit 1d7db41bee
2 changed files with 511 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"manifest_version": 3,
"name": "Scroll Bookmark",
"version": "1.0",
"description": "Bookmark scroll positions in any scrollable element",
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"],
"run_at": "document_idle"
}
]
}