BigQuery Toolbox
Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs
Cos'è BigQuery Toolbox?
BigQuery Toolbox è un'estensione di Chrome sviluppata da SebastianArcq, e la sua funzione principale è "Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BigQuery Toolbox
Scarica i file di estensione BigQuery Toolbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BigQuery Toolbox |
ID | gogipkdhiiopcbfakdagfkinjoecfoam |
URL Ufficiale | https://chromewebstore.google.com/detail/bigquery-toolbox/gogipkdhiiopcbfakdagfkinjoecfoam |
Descrizione | Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs |
Dimensione del File | 1.34 MB |
Conteggio Installazioni | 84 |
Versione Corrente | 2.5.1 |
Ultimo Aggiornamento | 2023-04-11 |
Data di Pubblicazione | 2021-08-24 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | SebastianArcq |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/SebastianArcq/bigquery-toolbox/ |
URL della Pagina di Aiuto | https://github.com/SebastianArcq/bigquery-toolbox/ |
Lingue Supportate | 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" } } } |