Dual Page Sync Firefox

Examine source code of Dual Page Sync

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: