Send Tab to Device Enhancer

Send Tab to Device Enhancer

When you send tabs to your Firefox, this addon will move them into a new window and then highlights it on your taskbar. This is useful if you tend to have many windows opened and newly send tabs gets "lost" in one of your windows.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "2.0",
  "name": "Send Tab to Device Enhancer",
  "description": "When you send tabs to your Firefox, this addon will move them into a new window and then highlights it on your taskbar. This is useful if you tend to have many windows opened and newly send tabs gets lost in one of your windows.",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background_sttd.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]_SendTabToDeviceEnhancer",
      "strict_min_version": "115.0"
    }
  }
}