By: dev.official
Inspect and view changes in Dual Page Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Dual Page Sync",
"description": "Open two different URLs or parts of the same URL side by side",
"version": "1.0",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png"
},
"default_title": "Dual URL Viewer"
},
"permissions": [
"tabs",
"storage",
"<all_urls>",
"declarativeNetRequestWithHostAccess"
],
"icons": {
"16": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"browser_specific_settings": {
"gecko": {
"id": "dual-urlviewer@example.com",
"strict_min_version": "58.0"
}
}
} Best Dual Page Sync Alternatives
Here are some Firefox add-ons that are similar to Dual Page Sync:
Dual URL Viewer
yaagame
Synchronize Tab Scrolling
jaem1n207
Multi Split View
Théo Ascensio
Split-Screen Browser Tool
Reginalds
DuoTabz
gaor
Compare Text
Danil
Side by Side - Split view for Firefox
Ben Gaudry
TabSync
thuquan_developer
Cross-Browser Top Site Sync
J88
EndpointCompare
Bhavik
Tab Options - Open source
bluepie