BigQuery Redesign

Improves the BigQuery UX

ما هو BigQuery Redesign؟

BigQuery Redesign هو إضافة Chrome تم تطويرها بواسطة alan.r.araujo، والميزة الرئيسية لها هي "Improves the BigQuery UX".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BigQuery Redesign

قم بتنزيل ملفات الامتداد BigQuery Redesign بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة سياسة الخصوصية 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"
    }
}