BigQuery Easy

BigQuery but better 🚀

BigQuery Easy क्या है?

BigQuery Easy backend द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BigQuery but better 🚀"।

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

screenshot

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

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