sqanything

Query anything in your browser with SQL

什么是sqanything?

sqanything是由SeekWell开发的Chrome扩展程序,该扩展的主要功能是“Query anything in your browser with SQL”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载sqanything扩展crx文件

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

扩展使用说明

                        Query any HTML tables in your browser (such as data tables on Wikipedia), public Excel and CSV files, and tables in Notion, using SQL. Send the results of your query to Google Sheets and save queries to revisit later.                    

扩展基本信息

名称 sqanything sqanything
ID naejbcfcmjhcgcjhbddfogknbaggdoek
官方URL https://chromewebstore.google.com/detail/sqanything/naejbcfcmjhcgcjhbddfogknbaggdoek
简介 Query anything in your browser with SQL
文件大小 2.15 MB
安装次数 122
当前版本 0.0.1
更新时间 2021-01-26
上架时间 2021-01-17
评分 5.00/5 共5次评分
开发者 SeekWell
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.seekwell.io/
帮助页面URL https://doc.seekwell.io/sqanything
隐私政策页面URL https://seekwell.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "manifest_version": 2,
    "name": "sqanything",
    "homepage_url": "https:\/\/seekwell.io",
    "description": "Query anything in your browser with SQL",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "",
        "*:\/\/*\/*",
        "storage",
        "identity",
        "identity.email"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098; object-src 'self'"
}