tool for RStudio Connect Firefox

Examine source code of tool for RStudio Connect

제작자: rstudioconnect
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"
    }
  }
}

최고의 tool for RStudio Connect 대안

다음은 tool for RStudio Connect과(와) 유사한 Firefox add-on입니다: