ContextAI
AI answers with context
Was ist ContextAI?
ContextAI ist eine Chrome-Erweiterung, die von victormbrandalise entwickelt wurde, und ihr Hauptmerkmal ist "AI answers with context".
Erweiterungsscreenshots
ContextAI-Erweiterungs-CRX-Datei herunterladen
Laden Sie ContextAI-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
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.
Grundlegende Informationen zur Erweiterung
Name | ContextAI |
ID | hkhajfdbimpdgollnljpaokdiklfcmpm |
Offizielle URL | https://chromewebstore.google.com/detail/contextai/hkhajfdbimpdgollnljpaokdiklfcmpm |
Beschreibung | AI answers with context |
Dateigröße | 17.38 KB |
Installationsanzahl | 26 |
Aktuelle Version | 0.4 |
Letztes Update | 2023-05-17 |
Veröffentlichungsdatum | 2023-05-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | victormbrandalise |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://contextai-7436e.web.app/ |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |