BigQuery Redesign
Improves the BigQuery UX
BigQuery Redesignคืออะไร?
BigQuery Redesign เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alan.r.araujo และคุณลักษณะหลักของมันคือ "Improves the BigQuery UX"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BigQuery Redesign
ดาวน์โหลดไฟล์ส่วนขยาย 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!! :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BigQuery Redesign |
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" } } |