Step-by-step guide for installing browser extensions on desktop (Chrome/Edge) and mobile (Kiwi), or running one as a plain website — a single shareable page you can link from any extension's README.
Live site: https://installation-instructions.oriz.in · GHP landing: https://chirag127.github.io/Installation-Instructions/ · Repo: https://github.com/chirag127/Installation-Instructions
If this is useful, please ⭐ star the repo — it helps others find it.
100% static — no upload, no signup, free. A plain HTML page you can deep-link from any extension's docs.
flowchart TD
Q{Where are you<br/>installing?} --> D[Desktop Chrome / Edge]
Q --> M[Mobile]
Q --> W[Just want the pages,<br/>not an extension]
D --> D1[Unzip → chrome://extensions<br/>→ Developer Mode → Load unpacked]
M --> M1[Install Kiwi Browser<br/>→ kiwi://extensions/<br/>→ Developer Mode → Install from zip]
W --> W1[Unzip → open popup.html<br/>in your browser]
- Unzip the file you downloaded — you should have a folder.
- Open the extensions page:
chrome://extensionsoredge://extensions. - Enable Developer Mode.
- Click Load unpacked and select the unzipped folder (or drag the folder onto the page). Do not delete the folder afterwards.
- Install Kiwi Browser.
- Go to
kiwi://extensions/. - Enable Developer Mode.
- Choose Install from zip and pick the downloaded zip.
- Unzip the file — you should have a folder.
- Open the folder.
- Open
popup.html; the page opens in your browser. - Reload if needed. (How to refresh a page)
Plain static HTML — no framework, no build step, no backend. Served as static files; deployed on the Cloudflare/Pages free tier.
Installation-Instructions/
├── README.md # the instructional content rendered on the landing page
├── CNAME # installation-instructions.oriz.in
└── LICENSE
No build step. Either:
- Use it live: https://installation-instructions.oriz.in
- Run locally: clone the repo and open the page in your browser (or serve the folder with any static server, e.g.
npx serve).
No configuration required — no env vars, no build. It is a static instructional page.
Installation-Instructions is one of ~80 small, single-purpose sites in the oriz family — each doing one thing well and running $0 on the Cloudflare free tier. Start at the hub, oriz-home. It's the shared "how to install" page linked from Chirag's browser-extension projects.
Issues and PRs welcome. Keep the instructions concise and version-agnostic. Conventional commits are the changelog.
Stable and live at https://installation-instructions.oriz.in.
MIT © Chirag Singhal — chirag@oriz.in