sqanything

Query anything in your browser with SQL

What is sqanything?

sqanything is a Chrome extension developed by SeekWell, and its main feature is "Query anything in your browser with SQL".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download sqanything Extension CRX File

Download sqanything extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name sqanything sqanything
ID naejbcfcmjhcgcjhbddfogknbaggdoek
Official URL https://chromewebstore.google.com/detail/sqanything/naejbcfcmjhcgcjhbddfogknbaggdoek
Description Query anything in your browser with SQL
File Size 2.15 MB
Installation Count 122
Current Version 0.0.1
Last Updated 2021-01-26
Publish Date 2021-01-17
Rating 5.00/5 Total 5 Ratings
Developer SeekWell
Email [email protected]
Payment Type free
Extension Website https://www.seekwell.io/
Help Page URL https://doc.seekwell.io/sqanything
Privacy Policy Page URL https://seekwell.io/privacy
Supported Languages 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'"
}