CrossDeviceTabs Firefox

Examine source code of CrossDeviceTabs

Inspect and view changes in CrossDeviceTabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CrossDeviceTabs",
  "version": "1.0",
  "description": "Synchronize tab states across devices",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "identity",
    "bookmarks"
  ],
  "host_permissions": [
    "https://sync.syncsquad.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "crossdevicetabs@syncsquad.com"
    }
  }
}

Best CrossDeviceTabs Alternatives

Here are some Firefox add-ons that are similar to CrossDeviceTabs: