By: honghe
Inspect and view changes in Page Up/Down Floating Buttons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Page Up/Down Floating Buttons",
"version": "1.0.0",
"description": "Adds floating buttons for easy page navigation up and down",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"icons/*.svg"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "honghe@github.com",
"strict_min_version": "58.0"
}
},
"author": "Your Name",
"homepage_url": "https://github.com/yourusername/page-updown-extension"
} Best Page Up/Down Floating Buttons Alternatives
Here are some Firefox add-ons that are similar to Page Up/Down Floating Buttons:
Scroll Buttons
ok8386supply
Scroll to Top & Bottom Buttons
Raymond Burton
Quick Scroll Buttons
Tsuki
Mouse Wheel Buttons
m-grohs
Page up and down buttons for e-ink
oldherl+
Page up and down scroll buttons
Page up and down scroll buttons
Custom Scrollbar button - netsol
netsol
Scroll to Top/Bottom Buttonok
By88
Page Top and Bottom
LK
ChatGPT Navigation Enhancer
nimaweb
Quick Tabs
bitbot
AutoPagedown
Firefox user 14636695