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
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]>
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[](https://chromewebstore.google.com/detail/csr-vs-ssr-detector/fhiopdjeekafnhmfbcfoolhejdgjpkgg)
The **CSR vs SSR Detector** is a Chrome extension that helps developers and SEO specialists identify whether a webpage is rendered using Client-Side Rendering (CSR), Server-Side Rendering (SSR), or a hybrid approach. Understanding this distinction is essential for making informed decisions about SEO, page performance, and overall application architecture.
8
8
@@ -18,8 +18,14 @@ The **CSR vs SSR Detector** is a Chrome extension that helps developers and SEO
18
18
- Rendering type classification (5 categories)
19
19
- Performance metrics (DOM ready time, First Contentful Paint)
20
20
- Key detection indicators
21
-
-**📜 History Tracking**: Stores your last 10 analyses locally
22
-
-**🔒 Privacy-First**: All analysis happens locally, no data sent to external servers
21
+
-**🌙 Dark Mode**: Beautiful dark theme with smooth transitions
22
+
-**📤 Export Results**: Download analysis as JSON, CSV, or Markdown
23
+
-**⚙️ Customizable Settings**:
24
+
- Configurable history limit (5 to unlimited)
25
+
- Desktop notifications toggle
26
+
- Export/import your settings
27
+
-**📜 Smart History**: Stores analyses with customizable limits
28
+
-**🔒 Privacy-First**: All analysis happens locally, optional anonymous data sharing (v3.1+)
23
29
-**⚡ Instant Results**: One-click analysis with clear visual feedback
0 commit comments