BigQuery Redesign
Improves the BigQuery UX
Cos'è BigQuery Redesign?
BigQuery Redesign è un'estensione di Chrome sviluppata da alan.r.araujo, e la sua funzione principale è "Improves the BigQuery UX".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BigQuery Redesign
Scarica i file di estensione BigQuery Redesign in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Improves the BigQuery user experience by changing the appearance of a few elements. Options: - Dark theme - Organize tabs in many rows instead of a single scrolling row - Make tabs smaller - Remove tab icon Please send any feedback to [email protected] or [email protected]. Happy bigquerying!! :)
Informazioni di Base sull'Estensione
Nome | BigQuery Redesign |
ID | abahbmfgblbphalijmefckoenkhbecdi |
URL Ufficiale | https://chromewebstore.google.com/detail/bigquery-redesign/abahbmfgblbphalijmefckoenkhbecdi |
Descrizione | Improves the BigQuery UX |
Dimensione del File | 47.69 KB |
Conteggio Installazioni | 131 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2022-06-09 |
Data di Pubblicazione | 2021-06-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | alan.r.araujo |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://us-east1-cloudruntest-316222.cloudfunctions.net/fnc-bqrd-privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BigQuery Redesign", "description": "Improves the BigQuery UX", "version": "1.1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "tabs" ], "host_permissions": [ "https:\/\/console.cloud.google.com\/bigquery" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo_bqrd_16.png", "32": "\/images\/logo_bqrd_32.png", "48": "\/images\/logo_bqrd_48.png", "128": "\/images\/logo_bqrd_128.png" } }, "icons": { "16": "\/images\/logo_bqrd_16.png", "32": "\/images\/logo_bqrd_32.png", "48": "\/images\/logo_bqrd_48.png", "128": "\/images\/logo_bqrd_128.png" } } |