One-click full page: express default, store packaging, rating funnel, more locales - #4
Merged
Conversation
One-shot migration flips existing installs once; the settings toggle, icon menu checkbox, and new Settings menu items keep the picker one gesture away. Icon right-click now offers all three capture modes. One-time editor note tells upgraded users what changed.
extName/extDesc in all 11 locales lead with the natural full-page- screenshot phrase; store/STORE_LISTING.md carries the paste-ready dashboard copy.
slide-1..5.html render through the shots pipeline into store/screenshots/ as 1280x800 PNGs — huge type on saturated fields, per the search-tile brief. Re-rendered store media from the current build.
…tall URL Fresh installs open a bundled welcome page built for the first one-click capture (the extension's own pages are now capturable). The editor header carries an always-visible Rate control; one non-blocking prompt appears after three successful exports/copies and never again. setUninstallURL points at /uninstall with version and locale only; PRIVACY.md documents it.
Localized route with English fallback; no analytics, no cookies. Send opens the visitor's own mail client; only the extension version rides along.
Background error toasts now read the catalog (11 full locales get translated err* strings). New partial catalogs — ar, es_419, hi, id, nl, pl, tr, vi — carry the store listing, mode labels, express-mode strings, the rating surfaces, and first-capture errors; Chrome falls back to en for the rest. locales.test enforces the two tiers.
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
openscreenshot | 35d30b2 | Commit Preview URL Branch Preview URL |
Aug 31 2026, 12:51 PM |
This was referenced Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements P0 of the 2026-08-31 positioning brief: the toolbar click is the product, the listing sells one click plus auditability.
What changed
P0.1 — toolbar click = full page capture
expressModedefaults to true. A one-shot migration (migrateExpressDefault) flips existing installs once; a user who turns it back off stays off.captureActionhonored). Setting off restores the popup picker.?settings=1).P0.2 / P0.3 — listing
extName→ "Full Page Screenshot - OpenScreenShot" pattern in all 11 full locales;extDesc→ the one-click / open source / private line.store/STORE_LISTING.md(new) carries the paste-ready title, short and detailed description.P0.4 — gallery
store/screenshots/(huge type on saturated fields), rendered bynpm run shotsviascripts/shots/slide-*.html.P0.5 / section 11 — rating funnel
setUninstallURL→openscreenshot.app/uninstall?v=<version>&hl=<locale>(nothing else). New Astro pagesite/src/pages/[...lang]/uninstall/; feedback goes out by the visitor's own mail client. PRIVACY.md documents it.P0.6 — locales
locales.test.tsenforces both tiers.Deviations from the brief
Checks
Not in this change (P2)
Human checklist (Chrome Web Store dashboard)
store/STORE_LISTING.md.store/screenshots/in order, replacing the UI screenshots.🤖 Generated with Claude Code