| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Key Features • How It Works • Installation • Usage • Tech Stack • Contributing
Watch as the extension instantly detects Tamil text and provides correction suggestions
Advanced AI understands the context of your Tamil text to provide more relevant and accurate corrections
See the extension actively correcting Tamil text in real-time as you type
Seamless integration across Gmail, WhatsApp Web, and social media platforms
The extension uses advanced natural language processing to:
graph TB
subgraph "Browser Layer"
A[Chrome Browser] --> B[Extension Popup]
A --> C[Content Scripts]
A --> D[Background Script]
end
subgraph "Extension Core"
B --> E[User Interface]
C --> F[Text Detection]
C --> G[DOM Monitoring]
D --> H[Message Handler]
D --> I[Storage Manager]
end
subgraph "AI Processing"
J[Natural Language Processor] --> K[Tamil Text Analyzer]
K --> L[Context Engine]
L --> M[Correction Algorithm]
M --> N[Suggestion Generator]
end
subgraph "Data Storage"
O[Chrome Storage] --> P[User Preferences]
O --> Q[Correction History]
R[Local Database] --> S[Tamil Grammar Rules]
R --> T[Spelling Dictionary]
end
subgraph "Website Integration"
U[Gmail] --> V[Email Fields]
W[WhatsApp Web] --> X[Chat Input]
Y[Social Media] --> Z[Post Fields]
AA[Any Website] --> BB[Text Areas]
end
F --> J
G --> K
H --> O
I --> R
J --> S
K --> T
V --> C
X --> C
Z --> C
BB --> C
style A fill:#4285F4
style J fill:#FF6B6B
style O fill:#4CAF50
style R fill:#FF9800
# Clone the repository
$ git clone https://github.com/Mithurn/tamil-text-corrector.git
# Go into the repository
$ cd tamil-text-corrector
# Load the extension in Chrome
1. Open Chrome and go to chrome://extensions/
2. Enable "Developer mode"
3. Click "Load unpacked"
4. Select the extension directoryThis extension is built using:
Contributions are welcome! Please feel free to submit a Pull Request.
# Clone the repository
git clone https://github.com/Mithurn/tamil-text-corrector.git
cd tamil-text-corrector
# Install dependencies
npm install
# Build the extension
npm run build
# Load in Chrome for testing
# Follow manual installation steps aboveThis extension is built with privacy as a core principle:
If you like this extension and find it helpful, consider:
This project is licensed under the MIT License - see the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |