Skip to content

docs: link the published Chrome Web Store listing - #1989

Merged
giswqs merged 2 commits into
mainfrom
docs/chrome-web-store-badge
Aug 18, 2026
Merged

docs: link the published Chrome Web Store listing#1989
giswqs merged 2 commits into
mainfrom
docs/chrome-web-store-badge

Conversation

@giswqs

@giswqs giswqs commented Aug 18, 2026

Copy link
Copy Markdown
Member

The Open data in GeoLibre Chrome extension is now published on the Chrome Web Store, so the docs no longer need to say it is unavailable there.

  • README: Chrome Web Store badge next to the other store badges, plus a "Get the Chrome extension" bullet in the links list
  • docs/user-guide/chrome-extension.md: store install is now the primary path (with a button), the unpacked release becomes "Install the packaged release manually"
  • docs/downloads.md: new Chrome extension section alongside the platform installers
  • docs/features.md: the extension listed under Adding data
  • docs/user-guide/adding-data.md: links the store listing
  • extensions/geolibre-chrome/README.md and STORE_LISTING.md: point at the published listing

Docs only, no code changes.

Summary by CodeRabbit

  • Documentation
    • Added Chrome Web Store installation links and badges across project documentation.
    • Documented the Chrome extension’s ability to detect supported dataset links and map services, then open selected sources in GeoLibre.
    • Added installation guidance for Chrome and other Chromium-based browsers, including automatic updates and manual installation options.
    • Clarified local development installation, GitHub release ZIP availability, manual update requirements, and the published Chrome Web Store listing.

The Open data in GeoLibre extension is live on the Chrome Web Store, so add a store badge to the README and make the store the primary install path in the docs, keeping the unpacked release as the manual alternative.
Copilot AI lite review requested due to automatic review settings August 18, 2026 11:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: a630070b-5255-44ac-9bc2-5501e8b9e277

📥 Commits

Reviewing files that changed from the base of the PR and between c8a1f08 and 016d008.

📒 Files selected for processing (1)
  • docs/getting-started.md

Included review availability: Your plan includes up to 8 reviews per rolling hour; 6 remain after this review.


📝 Walkthrough

Walkthrough

The documentation links to the published Chrome extension and describes its supported browsers, installation methods, update behavior, and dataset detection workflow.

Changes

Chrome extension documentation

Layer / File(s) Summary
Publish the extension references
extensions/geolibre-chrome/STORE_LISTING.md, extensions/geolibre-chrome/README.md
The extension README and store listing include the Chrome Web Store URL.
Document installation methods
docs/downloads.md, docs/user-guide/chrome-extension.md
The documentation covers Web Store installation, automatic updates, supported Chromium browsers, and manual ZIP installation behavior.
Expose extension documentation
README.md, docs/features.md, docs/user-guide/adding-data.md, docs/getting-started.md
Project pages link to the extension and describe its dataset and map-service detection workflow.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 016d0

This change updates documentation to point users to the published Chrome Web Store listing and does not alter product behavior; no actionable merge-blocking risk remains.

Poem

A rabbit found a browser door,
Maps and datasets wait inside once more.
The Web Store link makes setup bright,
ZIP releases support manual flight.
Hop, hop—GeoLibre opens the site!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary documentation change: linking the published Chrome Web Store listing.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/chrome-web-store-badge

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

Code review

Reviewed all 7 changed files (README.md, docs/downloads.md, docs/features.md, docs/user-guide/adding-data.md, docs/user-guide/chrome-extension.md, extensions/geolibre-chrome/README.md, extensions/geolibre-chrome/STORE_LISTING.md). This is a docs-only change updating references to reflect the Chrome extension's publication on the Chrome Web Store.

Bugs: None found.

Security: None found — no code changes, no secrets, and the Chrome Web Store URL is consistent and correctly formed across all 7 occurrences.

Performance: Not applicable — docs only.

Quality: No issues. The new .md-button/.md-button--primary markup in chrome-extension.md and downloads.md matches the existing pattern used throughout the docs (e.g., docs/android.md, docs/ios.md, docs/mac-app-store.md). The manual-install fallback instructions remain intact and correctly demoted to a secondary path.

CLAUDE.md: No applicable guidelines were violated — this PR touches only documentation, none of the mirrored-constant or codegen rules apply.

No findings to raise.

@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

🔍 Cloudflare PR preview

Item Value
Site https://1a4a3b22.geolibre-preview.pages.dev
Demo app https://1a4a3b22.geolibre-preview.pages.dev/demo/
Commit 016d008

@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

🔍 GitHub Pages PR preview

Item Value
Site https://opengeos.org/pages-preview/GeoLibre/pr-1989/
Demo app https://opengeos.org/pages-preview/GeoLibre/pr-1989/demo/
Commit 016d008

Note

GitHub Pages built this preview successfully, but its serving edge returned HTTP 403 when checked. The links may still be propagating.

@github-actions

Copy link
Copy Markdown
Contributor

Style and formatting are consistent with the surrounding bullets. This is a clean, well-executed docs-only PR — everything checks out: URLs are consistent across all 8 files, the .md-button syntax matches existing convention, the new "Chrome extension" header in docs/downloads.md doesn't collide with any other header, and the feature list of detected services matches what's actually documented in the extension's own README/store listing. No inline comments needed.

Code review

No issues found. This is a docs-only PR (8 markdown files, +45/-4) that adds the published Chrome Web Store listing link across the README, docs, and extension package docs.

Checked and confirmed clean:

  • Consistency: the Chrome Web Store URL (chromewebstore.google.com/detail/open-data-in-geolibre/...) is identical across all 8 occurrences — no typos or mismatched IDs.
  • Quality: the new .md-button/.md-button--primary attribute-list syntax in docs/downloads.md and docs/user-guide/chrome-extension.md matches the existing convention used throughout docs/ (e.g. docs/android.md, docs/ios.md, docs/getting-started.md).
  • Quality: the new ## Chrome extension header in docs/downloads.md doesn't collide with any existing header in that file.
  • Quality: the claim in docs/features.md and docs/downloads.md about detected service types (WMS, WMTS, WFS, OGC API Features, ArcGIS Feature Services, XYZ/TMS, vector tiles) matches what's documented in extensions/geolibre-chrome/README.md and STORE_LISTING.md — no factual drift introduced.
  • Bugs / Security / Performance / CLAUDE.md: not applicable — no code paths, scripts, or CI-relevant files touched.

No inline comments posted.

@giswqs
giswqs merged commit 8cc9f0f into main Aug 18, 2026
12 checks passed
@giswqs
giswqs deleted the docs/chrome-web-store-badge branch August 18, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants