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
Eメール [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'"
}