ChartBlocks Web - Standard V2 Firefox

Examine source code of ChartBlocks Web - Standard V2

Inspect and view changes in ChartBlocks Web - Standard V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChartBlocks Web - Standard V2",
  "version": "1.0.0",
  "description": "Quick integration helper for ChartBlocks web: open ChartBlocks with selected data, create a chart from selection, and open ChartBlocks in a new tab or sidebar.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "ChartBlocks Web",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "chartblocks-web@example.com"
    }
  }
}

Melhores alternativas ChartBlocks Web - Standard V2

Aqui estão algumas Firefox add-ons que são similares a ChartBlocks Web - Standard V2: