tool for RStudio Connect Firefox

Examine source code of tool for RStudio Connect

Inspect and view changes in tool for RStudio Connect 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.0",
  "description": "Helper tool for RStudio Connect: open selected text or pasted data in RStudio Connect dashboard.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "RStudio Connect Browser",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "rstudio-connect-browser@example.com"
    }
  }
}

Mejores alternativas tool for RStudio Connect

Aquí hay algunas Firefox add-ons que son similares a tool for RStudio Connect: