RStudio Connect Browser Firefox

Examine source code of RStudio Connect Browser

Inspect and view changes in RStudio Connect Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RStudio Connect Browser",
  "version": "1.0",
  "description": "Browse and open published RStudio Connect reports.",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "https://*/"
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html",
    "default_title": "RStudio Connect Browser"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b0e2fad-ee4b-4d7e-a8cb-e5c3c2b637c9}"
    }
  }
}

Best RStudio Connect Browser Alternatives

Here are some Firefox add-ons that are similar to RStudio Connect Browser: