RawBack helps you jump from raw Git file URLs back to the matching repository file page.
When you open a supported raw file, RawBack adds a quiet navigation banner at the top of the page. One click opens the same file in the normal repository view, so you can see the branch, path, history, and surrounding project context again.
- Jump from raw files to repository file pages
- Supports GitHub, GitHub Gist, GitLab, Gitea, Codeberg, and self-hosted GitLab/Gitea domains
- Light, dark, and system themes
- Platform toggles, hidden files, and custom domains
- Localized UI in 20 languages, including English, Simplified/Traditional Chinese, Japanese, Korean, Spanish, French, German, Russian, Portuguese, Italian, Dutch, Polish, Turkish, Ukrainian, Indonesian, Vietnamese, Swedish, and Czech
- No account, no ads, no analytics
Install RawBack from the App Store.
- Download the Chromium zip from the latest GitHub Release.
- Extract the zip.
- Open
chrome://extensions. - Enable Developer mode.
- Click Load unpacked and select the extracted extension folder.
- Download the Firefox zip from the latest GitHub Release.
- Open
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on.
- Select the extracted
manifest.json.
pnpm install
pnpm dev
pnpm test
pnpm buildBrowser packages:
pnpm zip
pnpm zip:firefoxPush a version tag to build browser packages and create a GitHub Release:
git tag v1.1.1
git push origin v1.1.1The release workflow uploads Chromium and Firefox extension zips.