BigQuery Redesign
Improves the BigQuery UX
What is BigQuery Redesign?
BigQuery Redesign is a Chrome extension developed by alan.r.araujo, and its main feature is "Improves the BigQuery UX".
Extension Screenshots
Download BigQuery Redesign Extension CRX File
Download BigQuery Redesign extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!! :)
Extension Basic Information
Name | BigQuery Redesign |
ID | abahbmfgblbphalijmefckoenkhbecdi |
Official URL | https://chromewebstore.google.com/detail/bigquery-redesign/abahbmfgblbphalijmefckoenkhbecdi |
Description | Improves the BigQuery UX |
File Size | 47.69 KB |
Installation Count | 131 |
Current Version | 1.1.1 |
Last Updated | 2022-06-09 |
Publish Date | 2021-06-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | alan.r.araujo |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://us-east1-cloudruntest-316222.cloudfunctions.net/fnc-bqrd-privacy |
Supported Languages | 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" } } |