Por: Tsuki
Inspect and view changes in Quick Scroll Buttons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Quick Scroll Buttons",
"version": "1.0.2",
"description": "Adds scroll buttons to pages and allows custom hotkeys.",
"author": "Tsuki",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background/background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script/scroller.js"
],
"css": [
"content_script/scroller.css"
]
}
],
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"action": {
"default_title": "Quick Scroll Buttons Settings",
"default_icon": {
"48": "icons/icon-48.png"
}
},
"commands": {
"scroll-up": {
"suggested_key": {
"default": "Alt+Up"
},
"description": "Scroll Up"
},
"scroll-down": {
"suggested_key": {
"default": "Alt+Down"
},
"description": "Scroll Down"
}
},
"browser_specific_settings": {
"gecko": {
"id": "muchaoge0903@gmail.com"
}
}
} Mejores alternativas Quick Scroll Buttons
Aquí hay algunas Firefox add-ons que son similares a Quick Scroll Buttons:
Scroll to Top & Bottom Buttons
Raymond Burton
Scroll Buttons
ok8386supply
Firescroll
ChieFSS
Page up and down scroll buttons
Page up and down scroll buttons
Custom Scrollbar button - netsol
netsol
Top and Bottom scroll buttons
Dm3
scroll to top bottom button
kamesh rajak
Page Up/Down Floating Buttons
honghe
Scroll To Top with Hotkeys
Noah Lucero
Scroll by Button
faxxx
Scroll to Top/Bottom Buttonok
By88