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" } } } |