BigQuery Toolbox
Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs
Что такое BigQuery Toolbox?
BigQuery Toolbox - это расширение Chrome, разработанное SebastianArcq, и его основная функция - "Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs".
Снимки экрана расширения
Скачать файл CRX расширения BigQuery Toolbox
Скачайте файлы расширений 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 |
Официальный 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" } } } |