ChatGPT Toolbar
Quick actions for ChatGPT
What is ChatGPT Toolbar?
ChatGPT Toolbar is a Chrome extension developed by amtsh, and its main feature is "Quick actions for ChatGPT".
Extension Screenshots
Download ChatGPT Toolbar Extension CRX File
Download ChatGPT Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Quick actions in Chat GPT website like Shorten, Expand, Rephrase, Summarise, Professional-ize, Casual-ize, Explain, Counter-argument, Humor-ize etc
Extension Basic Information
Name | ChatGPT Toolbar |
ID | ekkdjklblbjpmdgjckcdielhfhgbdlbf |
Official URL | https://chromewebstore.google.com/detail/chatgpt-toolbar/ekkdjklblbjpmdgjckcdielhfhgbdlbf |
Description | Quick actions for ChatGPT |
File Size | 6.88 KB |
Installation Count | 2,797 |
Current Version | 1.0.0 |
Last Updated | 2022-12-25 |
Publish Date | 2022-12-25 |
Rating | 3.00/5 Total 2 Ratings |
Developer | amtsh |
[email protected] | |
Payment Type | free |
Help Page URL | https://chatgpttoolbar.io/help |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "ChatGPT Toolbar", "description": "Quick actions for ChatGPT", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat" ], "js": [ "content.js" ] } ], "action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |