ChatGPT Sidebar
A Chrome extension that creates a sidebar for ChatGPT
Wat is ChatGPT Sidebar?
ChatGPT Sidebar is een Chrome-extensie ontwikkeld door ankh.dev.io, en de belangrijkste functie is "A Chrome extension that creates a sidebar for ChatGPT".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT Sidebar
Download ChatGPT Sidebar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Integrate ChatGPT within a handy sidebar (great for users that have a single monitor!). Allows you to interact with ChatGPT while browsing any page, eliminating the hassle of toggling between tabs. Access via the extension action icon!
Basisinformatie over de Extensie
Naam | ChatGPT Sidebar |
ID | llbhbmemofnidifkpffglhipkjdbgghf |
Officiële URL | https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf |
Beschrijving | A Chrome extension that creates a sidebar for ChatGPT |
Bestandsgrootte | 17.08 KB |
Aantal Installaties | 58 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2023-10-13 |
Publicatiedatum | 2023-09-29 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ankh.dev.io |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Sidebar", "version": "0.0.1", "description": "A Chrome extension that creates a sidebar for ChatGPT", "permissions": [ "sidePanel" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "side_panel": { "default_path": "sidepanel.html" }, "action": { "default_title": "ChatGPT Sidebar" }, "host_permissions": [ "https:\/\/*.openai.com\/" ] } |