mirror of
https://github.com/agoramachina/claude-exporter.git
synced 2026-07-10 00:12:08 +00:00
Wire up donate links in Contact section (v1.10.20)
User added the placeholder "Want to support the developer? Buy me a coffee or subscribe to my patreon!" to chrome/options.html without the links. Replaced with anchors: - Buy me a coffee: https://buymeacoffee.com/agoramachina - Patreon: https://www.patreon.com/c/agoramachina Both open in a new tab (target="_blank") with rel="noopener noreferrer". Added the same sentence to firefox/ options.html for parity (Firefox copy hadn't received it yet). Added https:// prefix to buymeacoffee URL (user's typed reference had buymeacoffee.com/agoramachina without scheme). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9189e6e385
commit
e21b80d945
5 changed files with 8 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Claude Exporter Beta",
|
||||
"version": "1.10.19",
|
||||
"version": "1.10.20",
|
||||
"description": "Export conversations and artifacts from Claude.ai",
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
|
|
|
|||
|
|
@ -288,6 +288,7 @@
|
|||
<div class="section">
|
||||
<h3>Contact & Diagnostics</h3>
|
||||
<p>Found a bug or have feedback? <a href="#" id="emailDevLink">Email the developer</a>. If reporting a bug, please <a href="#" id="generateDiagnosticsLink">attach a diagnostics file</a> (extension/browser info, stored counts, recent errors — all UUIDs redacted, no conversation content).</p>
|
||||
<p>Want to support the developer? Buy me a coffee or subscribe to my patreon!</p>
|
||||
<div id="contactStatus" class="status"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## [1.10.20]
|
||||
|
||||
- Options page: wired up the donate links in the Contact & Diagnostics section — "Buy me a coffee" → https://buymeacoffee.com/agoramachina, "Patreon" → https://www.patreon.com/c/agoramachina. Both open in a new tab with `rel="noopener noreferrer"`.
|
||||
|
||||
## [1.10.19]
|
||||
|
||||
- Browse settings dropdown: org ID display now reads `[Auto]` when no manual org ID is stored (was the misleading `"Not set"`, which suggested action was required). Tooltip on hover explains: "No manual org ID set; auto-detection runs on each export." HTML default updated to match.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Claude Exporter Beta",
|
||||
"version": "1.10.19",
|
||||
"version": "1.10.20",
|
||||
"description": "Export conversations and artifacts from Claude.ai",
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
|
|
|
|||
|
|
@ -288,6 +288,7 @@
|
|||
<div class="section">
|
||||
<h3>Contact & Diagnostics</h3>
|
||||
<p>Found a bug or have feedback? <a href="#" id="emailDevLink">Email the developer</a>. If reporting a bug, please <a href="#" id="generateDiagnosticsLink">attach a diagnostics file</a> (extension/browser info, stored counts, recent errors — all UUIDs redacted, no conversation content).</p>
|
||||
<p>Want to support the developer? <a href="https://buymeacoffee.com/agoramachina" target="_blank" rel="noopener noreferrer">Buy me a coffee</a> or subscribe to my <a href="https://www.patreon.com/c/agoramachina" target="_blank" rel="noopener noreferrer">Patreon</a>!</p>
|
||||
<div id="contactStatus" class="status"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue