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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
        }
    }
}