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
官方網址 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'"
}