BigQuery Toolbox

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

Co je BigQuery Toolbox?

BigQuery Toolbox je rozšíření Chrome vyvinuté SebastianArcq, a jeho hlavní funkcí je „Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření BigQuery Toolbox

Stáhněte si soubory rozšíření BigQuery Toolbox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BigQuery Toolbox BigQuery Toolbox
ID gogipkdhiiopcbfakdagfkinjoecfoam
Oficiální URL https://chromewebstore.google.com/detail/bigquery-toolbox/gogipkdhiiopcbfakdagfkinjoecfoam
Popis Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs
Velikost souboru 1.34 MB
Počet instalací 84
Aktuální Verze 2.5.1
Poslední Aktualizace 2023-04-11
Datum Vydání 2021-08-24
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář SebastianArcq
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/SebastianArcq/bigquery-toolbox/
URL Stránky Nápovědy https://github.com/SebastianArcq/bigquery-toolbox/
Podporované Jazyky 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"
        }
    }
}