BigQuery Toolbox
Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs
Qu'est-ce que BigQuery Toolbox ?
BigQuery Toolbox est une extension Chrome développée par SebastianArcq, et sa fonction principale est "Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BigQuery Toolbox
Téléchargez les fichiers d'extension BigQuery Toolbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The BigQuery Toolbox is a lightweight Chrome browser extension made for users of Google BigQuery. The BigQuery Toolbox comes with a set of features designed to make your live in BigQuery a lot easier. Top features include: * Toggle the "Navigation menu" side panel with the click of a button * Toggle the "Top bar" side panel with the click of a button * Toggle the "Query Results" with the click of a button * Show (smaller, redesigned) query tabs in multiple rows.
Informations de Base sur l'Extension
Nom | BigQuery Toolbox |
ID | gogipkdhiiopcbfakdagfkinjoecfoam |
URL Officiel | https://chromewebstore.google.com/detail/bigquery-toolbox/gogipkdhiiopcbfakdagfkinjoecfoam |
Description | Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs |
Taille du Fichier | 1.34 MB |
Nombre d'Installations | 84 |
Version Actuelle | 2.5.1 |
Dernière Mise à Jour | 2023-04-11 |
Date de Publication | 2021-08-24 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | SebastianArcq |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/SebastianArcq/bigquery-toolbox/ |
URL de la Page d'Aide | https://github.com/SebastianArcq/bigquery-toolbox/ |
Langues Prises en Charge | en-GB |
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" } } } |