BigQuery Easy

BigQuery but better 🚀

What is BigQuery Easy?

BigQuery Easy is a Chrome extension developed by backend, and its main feature is "BigQuery but better 🚀".

Extension Screenshots

screenshot

Download BigQuery Easy Extension CRX File

Download BigQuery Easy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The price of a query is displayed before execution if it is above $0.05. To reduce costs, easily query the temporary table.                    

Extension Basic Information

Name BigQuery Easy BigQuery Easy
ID celfclgjkbhkankkndefbmfphedkdidj
Official URL https://chromewebstore.google.com/detail/bigquery-easy/celfclgjkbhkankkndefbmfphedkdidj
Description BigQuery but better 🚀
File Size 92.81 KB
Installation Count 1,092
Current Version 4.1.0
Last Updated 2022-08-08
Publish Date 2020-03-25
Rating 3.60/5 Total 5 Ratings
Developer backend
Email [email protected]
Payment Type free
Extension Website https://github.com/Pictarine/chrome-bigqeasy
Supported Languages 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\/*"
    ]
}