sqanything

Query anything in your browser with SQL

Wat is sqanything?

sqanything is een Chrome-extensie ontwikkeld door SeekWell, en de belangrijkste functie is "Query anything in your browser with SQL".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie sqanything

Download sqanything-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam sqanything sqanything
ID naejbcfcmjhcgcjhbddfogknbaggdoek
Officiële URL https://chromewebstore.google.com/detail/sqanything/naejbcfcmjhcgcjhbddfogknbaggdoek
Beschrijving Query anything in your browser with SQL
Bestandsgrootte 2.15 MB
Aantal Installaties 122
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-01-26
Publicatiedatum 2021-01-17
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar SeekWell
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.seekwell.io/
Help Pagina-URL https://doc.seekwell.io/sqanything
URL van de Privacybeleid Pagina https://seekwell.io/privacy
Ondersteunde Talen 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'"
}