Gist

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

Was ist Gist?

Gist ist eine Chrome-Erweiterung, die von https://scottschindler.io entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI".

Erweiterungsscreenshots

screenshot

Gist-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gist Gist
ID cpimkgbepkemlnkebffkhddonboggiji
Offizielle URL https://chromewebstore.google.com/detail/gist/cpimkgbepkemlnkebffkhddonboggiji
Beschreibung A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI
Dateigröße 101 KB
Installationsanzahl 46
Aktuelle Version 1.4.0
Letztes Update 2023-01-09
Veröffentlichungsdatum 2022-12-20
Entwickler https://scottschindler.io
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}