BigQuery Redesign
Improves the BigQuery UX
Vad är BigQuery Redesign?
BigQuery Redesign är en Chrome-tillägg utvecklad av alan.r.araujo, och dess huvudfunktion är "Improves the BigQuery UX".
Tilläggsskärmbilder
Ladda ner BigQuery Redesign-förlängningens CRX-fil
Ladda ner BigQuery Redesign-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!! :) Grundläggande Information om Tillägg
| Namn | |
| ID | abahbmfgblbphalijmefckoenkhbecdi |
| Officiell webbadress | https://chromewebstore.google.com/detail/bigquery-redesign/abahbmfgblbphalijmefckoenkhbecdi |
| Beskrivning | Improves the BigQuery UX |
| Filstorlek | 47.69 KB |
| Antal Installationer | 131 |
| Aktuell Version | 1.1.1 |
| Senast Uppdaterad | 2022-06-09 |
| Publiceringsdatum | 2021-06-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | alan.r.araujo |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://us-east1-cloudruntest-316222.cloudfunctions.net/fnc-bqrd-privacy |
| Stödda Språk | 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"
}
} | |