Gist
A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI
Qu'est-ce que Gist ?
Gist est une extension Chrome développée par https://scottschindler.io, et sa fonction principale est "A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gist
Téléchargez les fichiers d'extension Gist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Gist |
ID | cpimkgbepkemlnkebffkhddonboggiji |
URL Officiel | https://chromewebstore.google.com/detail/gist/cpimkgbepkemlnkebffkhddonboggiji |
Description | A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI |
Taille du Fichier | 101 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2023-01-09 |
Date de Publication | 2022-12-20 |
Développeur | https://scottschindler.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |