BigQuery Redesign

Improves the BigQuery UX

Co to jest BigQuery Redesign?

BigQuery Redesign to rozszerzenie Chrome opracowane przez alan.r.araujo, a jego główną funkcją jest „Improves the BigQuery UX”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BigQuery Redesign

Pobierz pliki rozszerzeń BigQuery Redesign w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!! :)                    

Podstawowe informacje o rozszerzeniu

Nazwa BigQuery Redesign BigQuery Redesign
ID abahbmfgblbphalijmefckoenkhbecdi
Oficjalny URL https://chromewebstore.google.com/detail/bigquery-redesign/abahbmfgblbphalijmefckoenkhbecdi
Opis Improves the BigQuery UX
Rozmiar pliku 47.69 KB
Liczba instalacji 131
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2022-06-09
Data Publikacji 2021-06-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper alan.r.araujo
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://us-east1-cloudruntest-316222.cloudfunctions.net/fnc-bqrd-privacy
Obsługiwane Języki 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"
    }
}