Looker BigQuery

The Looker BigQuery extension adds an icon to the BigQuery UI to let you explore a table from BigQuery in Looker with a single click

什么是Looker BigQuery?

Looker BigQuery是由https://looker.com开发的Chrome扩展程序,该扩展的主要功能是“The Looker BigQuery extension adds an icon to the BigQuery UI to let you explore a table from BigQuery in Looker with a single click”。

扩展截图

screenshot

下载Looker BigQuery扩展crx文件

下载Looker BigQuery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Looker BigQuery Looker BigQuery
ID pgomiedfebnjfmaianaejjgonpeamblh
官方URL https://chromewebstore.google.com/detail/looker-bigquery/pgomiedfebnjfmaianaejjgonpeamblh
简介 The Looker BigQuery extension adds an icon to the BigQuery UI to let you explore a table from BigQuery in Looker with a single click
文件大小 15.29 KB
安装次数 217
当前版本 0.1.1
更新时间 2017-06-15
上架时间 2017-06-15
评分 2.50/5 共2次评分
开发者 https://looker.com
付费类型 free
扩展官网 https://looker.com/bigquery-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Looker BigQuery",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bigquery.cloud.google.com\/*"
            ],
            "js": [
                "defaults.js",
                "looker_bigquery.js"
            ],
            "css": [
                "looker_bigquery.css"
            ]
        }
    ],
    "description": "The Looker BigQuery extension adds an icon to the BigQuery UI to let you explore a table from BigQuery in Looker with a single click",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "icon128.png"
    ]
}