Skip to content

AnanthuAnil13/DigiFenZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
JavaScript
HTML
CSS
Chrome Extensions API
Docker
Shell Script
category Browser Extension / Security
featured true
order 1
status Completed
year 2021
platform Web / Chrome Browser
visibility public

DigiFenZ

An RBI-compliant Chrome extension with a Docker-powered backend for secure, policy-aware browsing assistance.


📌 Short Description

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.


🔗 Links

Resource URL
Repository https://github.com/AnanthuAnil13/DigiFenZ
Live Demo (Not deployed — run locally via Docker)
Chrome Store (Not listed publicly)

🖼️ Preview

(Add a screenshot of the extension popup here) Suggested path: ./Chrome Extension/popup.html


🛠️ Technologies Used

Layer Technology
Extension JavaScript, HTML, CSS
Manifest Chrome Extensions API (Manifest v2/v3)
Backend Docker, Shell Script
Environment Linux (Debian-based)

📁 Project Structure

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

⚙️ Features

  • 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 Automationdocker.sh automates the full Docker lifecycle (build, run, teardown).

🚀 Getting Started

Prerequisites

  • Google Chrome (or any Chromium-based browser)
  • Docker & Docker Compose installed on your system

1. Clone the Repository

git clone https://github.com/AnanthuAnil13/DigiFenZ.git
cd DigiFenZ

2. Start Backend Services

chmod +x docker.sh
bash docker.sh

3. Load the Chrome Extension

  1. Open Chrome and navigate to chrome://extensions/
  2. Enable Developer mode (toggle in the top right)
  3. Click Load unpacked
  4. Select the Chrome Extension/ folder from the cloned repository

4. Use the Extension

Click the DigiFenZ icon in your Chrome toolbar to open the popup and interact with the extension.


📋 Metadata

Field Value
Category Browser Extension / Security
Platform Web / Chrome Browser
Status Completed
Year 2021
Featured Yes
Visibility Public

📄 License

This project does not currently have an explicit license file. Please contact the repository owner before using this in production or distributing.


👤 Author

AnanthuAnil13 GitHub: @AnanthuAnil13

About

An RBI based chrome extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors