BigQuery Toolbox

BigQuery Toolbox

Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "BigQuery Toolbox",
  "description": "Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs",
  "version": "2.5.1",
  "homepage_url": "https://github.com/SebastianArcq/bigquery-toolbox/",
  "icons": {
    "128": "icon_128.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_title": "Go to right-click > Options for more settings."
  },
  "background": {
    "service_worker": "background-wrapper.js"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://console.cloud.google.com/bigquery"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_action": {
      "suggested_key": "Ctrl+Shift+L",
      "description": "Toggle BigQuery Toolbox"
    }
  }
}