dbt-helper Firefox

Examine source code of dbt-helper

By: blef
Inspect and view changes in dbt-helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "dbt-helper",
  "version": "0.0.2",
  "description": "A dbt-helper to empower your SQL workbenches.",
  "icons": {
    "48": "icons/dbt-helper-48.png",
    "96": "icons/dbt-helper-96.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "sidebar_action": {
    "default_title": "dbt-helper",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": "icons/dbt-helper-32.png",
    "browser_style": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://console.cloud.google.com/bigquery*",
        "*://localhost/*"
      ],
      "js": [
        "content_scripts/utils.js",
        "content_scripts/helper.js"
      ],
      "css": [
        "content_scripts/style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7d6026d5-c58c-4d6e-b1ad-0a32a5980313}"
    }
  }
}

Best dbt-helper Alternatives

Here are some Firefox add-ons that are similar to dbt-helper: