sqanything

Query anything in your browser with SQL

Cos'è sqanything?

sqanything è un'estensione di Chrome sviluppata da SeekWell, e la sua funzione principale è "Query anything in your browser with SQL".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione sqanything

Scarica i file di estensione sqanything in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome sqanything sqanything
ID naejbcfcmjhcgcjhbddfogknbaggdoek
URL Ufficiale https://chromewebstore.google.com/detail/sqanything/naejbcfcmjhcgcjhbddfogknbaggdoek
Descrizione Query anything in your browser with SQL
Dimensione del File 2.15 MB
Conteggio Installazioni 122
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-01-26
Data di Pubblicazione 2021-01-17
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore SeekWell
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.seekwell.io/
URL della Pagina di Aiuto https://doc.seekwell.io/sqanything
URL della Pagina della Politica sulla Privacy https://seekwell.io/privacy
Lingue Supportate 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'"
}