By: Petre Tudor
Inspect and view changes in Reload, Back, Forward - Swipe Gestures source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Reload, Back, Forward - Swipe Gestures",
"version": "0.12",
"description": "Pull down gesture to reload page.",
"icons": {
"24": "icons/refresh-button-24.png",
"32": "icons/refresh-button-32.png",
"64": "icons/refresh-button-64.png",
"128": "icons/refresh-button-128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"config_migrator.js",
"pull-to-refresh.js"
],
"run_at": "document_start"
}
],
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage"
],
"applications": {
"gecko": {
"id": "pull-to-refresh@dorkfarm.com"
}
}
} Best Reload, Back, Forward - Swipe Gestures Alternatives
Here are some Firefox add-ons that are similar to Reload, Back, Forward - Swipe Gestures:
freheSwipe
freheCode
Touchscreen Swipe Navigation
Francesco Pasa
Pull to Refresh
Andrei Petcu
Pull to refresh for browsers
Transfer extensions
Simple Gesture for Android
utubo
Pull to refresh
fuweichin
Scroll to the top or bottom
Janghou
Simple Swipe Navigator
usemoslinux
Mobile Gestures
Jonas Hellmann
Swipe Back
anuejn
Tablet Gestures
em_te