Summarize Tweet: I Ain't Reading All That
Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.
Qu'est-ce que Summarize Tweet: I Ain't Reading All That ?
Summarize Tweet: I Ain't Reading All That est une extension Chrome développée par https://sien.vision, et sa fonction principale est "Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Summarize Tweet: I Ain't Reading All That
Téléchargez les fichiers d'extension Summarize Tweet: I Ain't Reading All That 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
Lets you summarise long-form tweets. Using GPT-3, this extension provides you with a quick, easy-to-read summary of long-form tweets.
Informations de Base sur l'Extension
Nom | Summarize Tweet: I Ain't Reading All That |
ID | ggdndaidddfoebmkgpbhpafpnmhbbfmm |
URL Officiel | https://chromewebstore.google.com/detail/summarize-tweet-i-aint-re/ggdndaidddfoebmkgpbhpafpnmhbbfmm |
Description | Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3. |
Taille du Fichier | 100 KB |
Nombre d'Installations | 70 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-02-17 |
Date de Publication | 2023-02-14 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://sien.vision |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sien.vision |
URL de la Page d'Aide | https://sien.vision/support |
URL de la Page de Politique de Confidentialité | https://sien.vision/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Summarize Tweet: I Ain't Reading All That", "description": "Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.", "version": "1.0.1", "background": { "service_worker": "src\/bg\/background.js" }, "icons": { "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ] } |