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"
    }
  }
}

Meilleures alternatives tool for RStudio Connect

Voici quelques Firefox add-ons qui sont similaires à tool for RStudio Connect :