Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obetomuniz/chatgpt-quicklink-chrome-extension
Load ChatGPT from anywhere to Chrome.
https://github.com/obetomuniz/chatgpt-quicklink-chrome-extension
chatgpt chrome-extension quicklink
Last synced: about 1 month ago
JSON representation
Load ChatGPT from anywhere to Chrome.
- Host: GitHub
- URL: https://github.com/obetomuniz/chatgpt-quicklink-chrome-extension
- Owner: obetomuniz
- License: mit
- Created: 2023-03-19T19:05:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-22T05:10:05.000Z (over 1 year ago)
- Last Synced: 2024-04-14T05:17:49.958Z (7 months ago)
- Topics: chatgpt, chrome-extension, quicklink
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ChatGPT Quicklink Chrome Extension
Load ChatGPT from anywhere to Chrome.
## Concept
This Chrome extension concept is pretty simple: Unleash Chrome users to launch and start chat sessions on ChatGPT by OpenAI web application from anywhere through a NOT SUPPORTED BY DEFAULT query parameter `q` that automagically fill the ChatGPT input field and trigger the chat session for you.
```
https://chat.openai.com/chat?q={Query}
```## Using via Chrome Web Store
Install **[Chat GPT Quicklink Chrome Extension](https://chrome.google.com/webstore/detail/chatgpt-quicklink/ldoekcaiogjggdjmdlohcbennkkiindd?hl=pt-BR&authuser=0)** using **Chrome Web Store** like any other.
## Using as Unpacked Chrome Extension (development)
1. Clone this project to your local dev environment.
2. On Google Chrome's browser, load extensions settings page by clicking on the three-dot menu icon in the top-right corner of Chrome and select "More tools" > "Extensions."
3. Now, in the top-right corner of the extensions page, toggle on the "Developer mode" switch.
4. In the same page, click on the "Load unpacked" button in the top-left corner, and select the folder where you cloned the extension in the step number #1
5. After those steps, the extension should now be installed and visible in your list of extensions. [Give it a try](https://chat.openai.com/chat?q=what%20are%20quicklinks%3F).
## Contributing
We know that sometimes, the excitement to contribute is uncontrolled, but please, before any contribution, check the [docs/CONTRIBUTING.md](https://github.com/obetomuniz/chatgpt-quicklink-chrome-extension/blob/main/docs/CONTRIBUTING.md) file for more orientation.
_ChatGPT Quicklink Chrome Extension © 2023_