ContextAI
AI answers with context
Cos'è ContextAI?
ContextAI è un'estensione di Chrome sviluppata da victormbrandalise, e la sua funzione principale è "AI answers with context".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ContextAI
Scarica i file di estensione ContextAI 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
Get AI replies that make sense. ContextAI is an extension that not only generates content using AI but also takes the information available in the page to generate better responses. To use it just type "ai;" or "ai;". - Like something ⇒ ai congratulate; or ai praise; - Disagree ⇒ ai disagree; - Need the source ⇒ ai find source; ContextAI is optimized for Twitter and Instagram but also works on many other websites.
Informazioni di Base sull'Estensione
Nome | ContextAI |
ID | hkhajfdbimpdgollnljpaokdiklfcmpm |
URL Ufficiale | https://chromewebstore.google.com/detail/contextai/hkhajfdbimpdgollnljpaokdiklfcmpm |
Descrizione | AI answers with context |
Dimensione del File | 17.38 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2023-05-17 |
Data di Pubblicazione | 2023-05-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | victormbrandalise |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://contextai-7436e.web.app/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ContextAI", "description": "AI answers with context", "version": "0.4", "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "manifest_version": 3, "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/us-central1-contextai-7436e.cloudfunctions.net\/completeRequest" ], "externally_connectable": { "matches": [ "*:\/\/contextai-7436e.web.app\/*" ] }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/index.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |