BigQuery Redesign
Improves the BigQuery UX
什么是BigQuery Redesign?
BigQuery Redesign是由alan.r.araujo开发的Chrome扩展程序,该扩展的主要功能是“Improves the BigQuery UX”。
扩展截图
下载BigQuery Redesign扩展crx文件
下载BigQuery Redesign扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!! :) 扩展基本信息
| 名称 | |
| ID | abahbmfgblbphalijmefckoenkhbecdi |
| 官方URL | https://chromewebstore.google.com/detail/bigquery-redesign/abahbmfgblbphalijmefckoenkhbecdi |
| 简介 | Improves the BigQuery UX |
| 文件大小 | 47.69 KB |
| 安装次数 | 131 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2022-06-09 |
| 上架时间 | 2021-06-22 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | alan.r.araujo |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://us-east1-cloudruntest-316222.cloudfunctions.net/fnc-bqrd-privacy |
| 支持的语言 | 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"
}
} | |