BigQuery Easy
BigQuery but better 🚀
BigQuery Easyคืออะไร?
BigQuery Easy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย backend และคุณลักษณะหลักของมันคือ "BigQuery but better 🚀"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BigQuery Easy
ดาวน์โหลดไฟล์ส่วนขยาย BigQuery Easy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The price of a query is displayed before execution if it is above $0.05. To reduce costs, easily query the temporary table.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BigQuery Easy |
ID | celfclgjkbhkankkndefbmfphedkdidj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bigquery-easy/celfclgjkbhkankkndefbmfphedkdidj |
คำอธิบาย | BigQuery but better 🚀 |
ขนาดไฟล์ | 92.81 KB |
จำนวนการติดตั้ง | 1,092 |
เวอร์ชันปัจจุบัน | 4.1.0 |
อัปเดตครั้งล่าสุด | 2022-08-08 |
วันที่เผยแพร่ | 2020-03-25 |
คะแนน | 3.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | backend |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Pictarine/chrome-bigqeasy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BigQuery Easy", "version": "4.1.0", "description": "BigQuery but better \ud83d\ude80", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "js": [ "scripts\/jquery_3_3_1.js", "scripts\/utils.js", "scripts\/popup.js", "scripts\/inject.js" ], "css": [ "css\/main.css" ], "matches": [ "https:\/\/console.cloud.google.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "scripts\/jquery_3_3_1.js", "scripts\/utils.js", "scripts\/inject.js" ], "matches": [ "https:\/\/console.cloud.google.com\/*" ] } ], "author": "Anthony Fernandez - marshallino16", "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "webRequest", "background" ], "host_permissions": [ "https:\/\/console.cloud.google.com\/*", "https:\/\/clients6.google.com\/*" ] } |