Gist
A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI
Vad är Gist?
Gist är en Chrome-tillägg utvecklad av https://scottschindler.io, och dess huvudfunktion är "A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI".
Tilläggsskärmbilder
Ladda ner Gist-förlängningens CRX-fil
Ladda ner Gist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Gist |
ID | cpimkgbepkemlnkebffkhddonboggiji |
Officiell webbadress | https://chromewebstore.google.com/detail/gist/cpimkgbepkemlnkebffkhddonboggiji |
Beskrivning | A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI |
Filstorlek | 101 KB |
Antal Installationer | 46 |
Aktuell Version | 1.4.0 |
Senast Uppdaterad | 2023-01-09 |
Publiceringsdatum | 2022-12-20 |
Utvecklare | https://scottschindler.io |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |