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 |
| 官方網址 | 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"
}
} | |