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”。
擴展截圖
下載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 |
ID | gogipkdhiiopcbfakdagfkinjoecfoam |
官方網址 | 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" } } } |