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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    }
}