BigQuery Easy

BigQuery but better 🚀

BigQuery Easy란 무엇입니까?

BigQuery Easy은(는) backend에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BigQuery but better 🚀"입니다.

확장 프로그램 스크린샷

screenshot

BigQuery Easy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}