BigQuery Redesign

Improves the BigQuery UX

BigQuery Redesign क्या है?

BigQuery Redesign alan.r.araujo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the BigQuery UX"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BigQuery Redesign एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
    }
}