http://localhost:5080 (see repository
backend/Transloco.Api) — not required to verify the UI
http://localhost:5080 if running the sample backend.
http://localhost/* http://127.0.0.1/*
uz, ru,
en — editable.
Authorization if your API requires auth.
For the sample API: value
Basic YWRtaW46dHJhbnNsb2Nv (username admin, password
transloco).
http://localhost:3000 or any
http://localhost/... page).
On domains not listed in the active connection’s site patterns (e.g.
https://www.google.com), selecting text should not show the
translation icon. This is intentional.
In the connection manager, the Protocol v1 — for backend developers section includes a Download protocol package button (ZIP with OpenAPI and guides). This is for API implementers, not required for review.
| Permission | Use |
|---|---|
storage |
Connection profiles; auth header values in local storage only. |
activeTab + scripting |
Selection overlay on user-approved site patterns only. |
optional_host_permissions |
User-granted access per connection to call their API and run on their domains. |
Install → Manage connections → + New connection. Site domains: http://localhost/* (or your test origin). Save → Allow permissions. Set active → Test. Open matching localhost page, refresh tab, select text → icon → form → Save. Icon must NOT appear on sites outside configured patterns. Sample API (optional): http://localhost:5080, Authorization: Basic YWRtaW46dHJhbnNsb2Nv Full steps: https://imadatov.github.io/Transloc-/reviewer-test.html (update URL if repo name differs)