Skip to content

Commit 8ae32cd

Browse files
committed
Minor help
1 parent cb56a9f commit 8ae32cd

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

popup.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,11 @@ <h2>Help</h2>
424424
configurable delay. Be sure to use it responsibly and in
425425
accordance with the website's Terms of Service.
426426
</li>
427+
<li>
428+
<strong>Cross-Chat Prompt Sharing:</strong> A new module that
429+
lets you copy a prompt from one AI chat and paste it into
430+
another. Enable it in the "Modules" section above to get started.
431+
</li>
427432
<li>In case of a problem: first step is to reload your browser.</li>
428433
<li>
429434
In case something stopped working completely: The websites often
@@ -633,3 +638,4 @@ <h2>Theme</h2>
633638
<script src="/modules/popup-page-modules-promptShare.js"></script>
634639
</body>
635640
</html>
641+

welcome.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,38 @@ <h2>Queue Functionality: Send Prompts Sequentially</h2>
136136
</p>
137137
</div>
138138

139+
<h2>Cross-Chat Prompt Sharing: Reuse Prompts Anywhere</h2>
140+
<div class="instruction">
141+
<p>
142+
Work with multiple AI platforms? The new
143+
<strong>Cross-Chat Prompt Sharing</strong> module makes it easy to
144+
copy a prompt from one chat (like ChatGPT) and instantly paste it
145+
into another (like Claude or Gemini).
146+
</p>
147+
<p><strong>How it works:</strong></p>
148+
<ol>
149+
<li>
150+
<strong>Enable the Module:</strong> Go to the extension's popup
151+
menu, expand the "Modules" section, and toggle on "Enable
152+
Cross-Chat Prompt Sharing".
153+
</li>
154+
<li>
155+
<strong>Copy a Prompt:</strong> On any supported AI chat page, new
156+
"Copy" and "Paste" buttons will appear. Type your prompt and click
157+
the "Copy Prompt" button.
158+
</li>
159+
<li>
160+
<strong>Paste & Send:</strong> Switch to a different AI chat
161+
platform. Click the "Paste & Send Prompt" button to instantly
162+
transfer your text.
163+
</li>
164+
</ol>
165+
<p>
166+
You can customize the button placement and autosend behavior in the
167+
module's settings within the popup.
168+
</p>
169+
</div>
170+
139171
<h2>See the code and support author, privacy concerns.</h2>
140172
<p>The extension is open-source and you can see the code on <a href="https://github.com/MaxITService/ChatGPT-Quick-Buttons-for-your-text">GitHub</a>.
141173
If you have any questions or suggestions for new features, please contact the author at <a href="mailto:[email protected]">[email protected]</a>. The extension does not collect any data</p>
@@ -154,3 +186,4 @@ <h2>See the code and support author, privacy concerns.</h2>
154186
<script src="welcome-page-files/theme.js"></script>
155187
</body>
156188
</html>
189+

0 commit comments

Comments
 (0)