| title | DigiFenZ | ||||||
|---|---|---|---|---|---|---|---|
| shortDescription | An RBI-compliant Chrome extension with Docker-powered backend for secure, policy-aware browsing assistance. | ||||||
| repoURL | https://github.com/AnanthuAnil13/DigiFenZ | ||||||
| liveURL | |||||||
| imageURL | https://raw.githubusercontent.com/AnanthuAnil13/DigiFenZ/main/Chrome%20Extension/popup.html | ||||||
| technologies |
|
||||||
| category | Browser Extension / Security | ||||||
| featured | true | ||||||
| order | 1 | ||||||
| status | Completed | ||||||
| year | 2021 | ||||||
| platform | Web / Chrome Browser | ||||||
| visibility | public |
An RBI-compliant Chrome extension with a Docker-powered backend for secure, policy-aware browsing assistance.
DigiFenZ is a Google Chrome extension built to assist users with RBI (Reserve Bank of India) related browsing policies and security guidelines. It combines a lightweight browser extension frontend with a Docker-managed backend service to deliver a seamless, sandboxed user experience.
| Resource | URL |
|---|---|
| Repository | https://github.com/AnanthuAnil13/DigiFenZ |
| Live Demo | (Not deployed — run locally via Docker) |
| Chrome Store | (Not listed publicly) |
(Add a screenshot of the extension popup here) Suggested path:
./Chrome Extension/popup.html
| Layer | Technology |
|---|---|
| Extension | JavaScript, HTML, CSS |
| Manifest | Chrome Extensions API (Manifest v2/v3) |
| Backend | Docker, Shell Script |
| Environment | Linux (Debian-based) |
DigiFenZ/
├── Chrome Extension/
│ ├── manifest.json # Chrome extension manifest
│ ├── popup.html # Extension popup UI
│ ├── popup.css # Popup styles
│ └── popup.js # Popup logic & API calls
├── Docker/ # Docker configuration files
└── docker.sh # Shell script to spin up Docker services
- Chrome Extension UI — Lightweight popup interface accessible from the browser toolbar.
- RBI Policy Awareness — Built around Reserve Bank of India guidelines for digital/financial browsing safety.
- Dockerised Backend — All backend services are containerised for easy deployment and reproducibility.
- Shell Automation —
docker.shautomates the full Docker lifecycle (build, run, teardown).
- Google Chrome (or any Chromium-based browser)
- Docker & Docker Compose installed on your system
git clone https://github.com/AnanthuAnil13/DigiFenZ.git
cd DigiFenZchmod +x docker.sh
bash docker.sh- Open Chrome and navigate to
chrome://extensions/ - Enable Developer mode (toggle in the top right)
- Click Load unpacked
- Select the
Chrome Extension/folder from the cloned repository
Click the DigiFenZ icon in your Chrome toolbar to open the popup and interact with the extension.
| Field | Value |
|---|---|
| Category | Browser Extension / Security |
| Platform | Web / Chrome Browser |
| Status | Completed |
| Year | 2021 |
| Featured | Yes |
| Visibility | Public |
This project does not currently have an explicit license file. Please contact the repository owner before using this in production or distributing.
AnanthuAnil13 GitHub: @AnanthuAnil13