You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title="Button icon that will be clickable in the chat interface, or you may have text here or multiple emojis. (Emoji menu Win+. Or you may ask AI for them and copy)"
99
124
aria-label="Button icon"
100
125
/>
101
126
102
127
<textarea
103
128
id="buttonText"
104
-
placeholder="Button Template Text"
129
+
placeholder="Button Template Text To be Inserted"
105
130
class="text-input"
106
131
rows="1"
107
-
title="Button template text"
132
+
title="This will be inserting text into the chat input when the button is clicked, into textbox after your text"
title="Global setting for this profile. If unchecked, no buttons will auto-send, overriding individual button settings."
177
+
>
130
178
<inputtype="checkbox" id="autoSendToggle" />
131
179
<span
132
180
>Enable Global Auto-send for profile. Disabling will disable
@@ -135,18 +183,29 @@ <h2>Settings</h2>
135
183
</label>
136
184
</div>
137
185
<divclass="row">
138
-
<labelclass="checkbox-row" for="shortcutsToggle">
186
+
<label
187
+
class="checkbox-row"
188
+
for="shortcutsToggle"
189
+
title="Enable or disable keyboard shortcuts (Alt+1 through Alt+0) for the first 10 buttons in this profile, so you can press keyboard instead of clicking them. If disabled, you can still click buttons with mouse."
190
+
>
139
191
<inputtype="checkbox" id="shortcutsToggle" />
140
192
<span>Enable Keyboard Shortcuts</span>
141
193
</label>
142
194
</div>
143
195
<divclass="row">
144
-
<buttonid="revertDefault" class="danger">
196
+
<button
197
+
id="revertDefault"
198
+
class="danger"
199
+
title="Reset all buttons and settings in the current profile back to the extension's defaults."
200
+
>
145
201
Revert Current Profile to Default
146
202
</button>
147
203
</div>
148
204
<divclass="row">
149
-
<buttonid="resetFloatingWindowSettings">
205
+
<button
206
+
id="resetFloatingWindowSettings"
207
+
title="Reset the position, size, and visibility of the floating panel on all websites."
208
+
>
150
209
Reset Floating Window Settings for all pages
151
210
</button>
152
211
</div>
@@ -162,8 +221,18 @@ <h2>Console</h2>
162
221
<sectionclass="section" id="backupSection">
163
222
<h2>Backup & Restore</h2>
164
223
<divclass="row">
165
-
<buttonid="exportProfile">Export Profile</button>
166
-
<buttonid="importProfile">Import Profile</button>
224
+
<button
225
+
id="exportProfile"
226
+
title="Download the current profile's settings as a JSON backup file. You can then import this file to another computer or restore in case of data loss."
227
+
>
228
+
Export Profile
229
+
</button>
230
+
<button
231
+
id="importProfile"
232
+
title="Import a profile's settings from a JSON backup file."
0 commit comments