Open in Rowboat Firefox

Examine source code of Open in Rowboat

Inspect and view changes in Open in Rowboat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Open in Rowboat",
  "version": "1.4.0",
  "description": "Open HTML tables, links to spreadsheets, and Google Sheets directly in Rowboat",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "service_worker.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@open-in-rowboat"
    }
  },
  "action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "128": "images/icon_128.png",
      "256": "images/icon_256.png",
      "512": "images/icon_512.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://rowboat.net/*",
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "128": "images/icon_128.png",
    "256": "images/icon_256.png",
    "512": "images/icon_512.png"
  },
  "manifest_version": 3
}

Best Open in Rowboat Alternatives

Here are some Firefox add-ons that are similar to Open in Rowboat: