提供元: Erica
Inspect and view changes in Scroll Limit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Scroll Limit",
"description": "Limit page scroll between two CSS selectors or specific pixel offsets",
"version": "1.1",
"icons": {
"64": "icons/icon64.png",
"128": "icons/icon128.png"
},
"permissions": [
"storage",
"activeTab"
],
"browser_action": {
"default_icon": "icons/icon64.png",
"default_title": "Scroll Limit",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{15f8af29-0866-45fe-87eb-5a01a2faeafd}",
"strict_min_version": "90.0"
}
}
} ベストのScroll Limit代替案
Scroll Limitに類似したFirefox add-onをいくつか紹介します: