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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
| عنوان صفحة المساعدة | 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"
}
}
} | |