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. 扩展基本信息
| 名称 | |
| 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"
}
}
} | |