BigQuery Redesign

Improves the BigQuery UX

BigQuery Redesignとは何ですか?

BigQuery Redesignはalan.r.araujoによって開発されたChromeの拡張機能で、その主な機能は「Improves the BigQuery UX」です。

拡張機能のスクリーンショット

screenshot

BigQuery Redesign拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
    }
}