BigQuery Easy
BigQuery but better 🚀
ما هو BigQuery Easy؟
BigQuery Easy هو إضافة Chrome تم تطويرها بواسطة backend، والميزة الرئيسية لها هي "BigQuery but better 🚀".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BigQuery Easy
قم بتنزيل ملفات الامتداد BigQuery Easy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |