BigQuery Redesign
Improves the BigQuery UX
Wat is BigQuery Redesign?
BigQuery Redesign is een Chrome-extensie ontwikkeld door alan.r.araujo, en de belangrijkste functie is "Improves the BigQuery UX".
Extensie Screenshots
Download het CRX-bestand van de extensie BigQuery Redesign
Download BigQuery Redesign-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!! :) Basisinformatie over de Extensie
| Naam | |
| ID | abahbmfgblbphalijmefckoenkhbecdi |
| Officiële URL | https://chromewebstore.google.com/detail/bigquery-redesign/abahbmfgblbphalijmefckoenkhbecdi |
| Beschrijving | Improves the BigQuery UX |
| Bestandsgrootte | 47.69 KB |
| Aantal Installaties | 131 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2022-06-09 |
| Publicatiedatum | 2021-06-22 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | alan.r.araujo |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://us-east1-cloudruntest-316222.cloudfunctions.net/fnc-bqrd-privacy |
| Ondersteunde Talen | 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"
}
} | |