Gist

A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI

Cos'è Gist?

Gist è un'estensione di Chrome sviluppata da https://scottschindler.io, e la sua funzione principale è "A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gist

Scarica i file di estensione Gist 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

                        A chrome extension that aims to help you manage your tabs by providing summaries of the tab's contents.  Currently, we just summarize text-based articles, but in the future, we will summarize::

- YouTube videos
- Message board threads
- Spotify Podcasts

Powered by AI.                    

Informazioni di Base sull'Estensione

Nome Gist Gist
ID cpimkgbepkemlnkebffkhddonboggiji
URL Ufficiale https://chromewebstore.google.com/detail/gist/cpimkgbepkemlnkebffkhddonboggiji
Descrizione A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI
Dimensione del File 101 KB
Conteggio Installazioni 46
Versione Corrente 1.4.0
Ultimo Aggiornamento 2023-01-09
Data di Pubblicazione 2022-12-20
Sviluppatore https://scottschindler.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.4.0",
    "author": "scottschindler",
    "name": "Gist",
    "description": "A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    }
}