Commit a4fa9d4
Release v3.0: Settings, Dark Mode, and Export Functionality
Major Features:
- ⚙️ Settings page with full customization options
- 🌙 Dark mode with smooth theme transitions
- 📤 Export results (JSON, CSV, Markdown)
- 🔒 Data sharing opt-in UI (backend ready for v3.1)
Settings Page (options.html):
- Dark mode toggle
- Configurable history limit (5 to unlimited)
- Desktop notifications toggle
- Anonymous data sharing opt-in
- Export/import settings
- Reset to defaults
Dark Mode:
- CSS variable-based theming
- Syncs across popup and settings
- Smooth transitions
- Persists user preference
Export Functionality:
- JSON format for developers
- CSV format for spreadsheets
- Markdown format for documentation
- Includes all analysis data
UI Improvements:
- Settings gear icon in popup header
- Export buttons after analysis
- Better theme compatibility
- Improved visual hierarchy
Technical Changes:
- Added options_page to manifest.json
- Created options.html and options.js
- Rewrote popup.js with new features
- Updated popup.html with new layout
- Uses chrome.storage.sync for settings
- Fixed message passing error handling
- Version bumped to 3.0
Version Updates:
- manifest.json: 3.0
- popup.html footer: v3.0
- README.md: v3.0 with new features listed
- CHANGELOG.md: Comprehensive v3.0 entry
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent c539b2f commit a4fa9d4
File tree
7 files changed
+1029
-133
lines changed7 files changed
+1029
-133
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
8 | 52 | | |
9 | 53 | | |
10 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments