BigQuery Toolbox
Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs
BigQuery Toolbox क्या है?
BigQuery Toolbox SebastianArcq द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the BigQuery UI: Toggle the different side and top panels, redesigned multi-row tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BigQuery Toolbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | 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" } } } |