BigQuery Toolbox

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

BigQuery Toolboxとは何ですか?

BigQuery ToolboxはSebastianArcqによって開発されたChromeの拡張機能で、その主な機能は「Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs」です。

拡張機能のスクリーンショット

screenshot
screenshot

BigQuery Toolbox拡張機能のCRXファイルをダウンロード

BigQuery Toolbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BigQuery Toolbox BigQuery Toolbox
ID gogipkdhiiopcbfakdagfkinjoecfoam
公式URL https://chromewebstore.google.com/detail/bigquery-toolbox/gogipkdhiiopcbfakdagfkinjoecfoam
説明 Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs
ファイルサイズ 1.34 MB
インストール数 84
現在のバージョン 2.5.1
最終更新日 2023-04-11
公開日 2021-08-24
評価 5.00/5 合計 3 レビュー
開発者 SebastianArcq
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/SebastianArcq/bigquery-toolbox/
ヘルプページのURL https://github.com/SebastianArcq/bigquery-toolbox/
対応言語 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"
        }
    }
}