Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subins2000/indicen
Indic-En WebExtension for transliterating webpages. Malayalam, Hindi, Kannada -> Manglish, Hinglish, Kanglish. Mirror of https://gitlab.com/subins2000/indicen
https://github.com/subins2000/indicen
hindi kannada malayalam manglish webextension
Last synced: about 2 months ago
JSON representation
Indic-En WebExtension for transliterating webpages. Malayalam, Hindi, Kannada -> Manglish, Hinglish, Kanglish. Mirror of https://gitlab.com/subins2000/indicen
- Host: GitHub
- URL: https://github.com/subins2000/indicen
- Owner: subins2000
- License: gpl-3.0
- Created: 2020-04-01T08:05:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T19:22:22.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:58:17.638Z (8 months ago)
- Topics: hindi, kannada, malayalam, manglish, webextension
- Language: JavaScript
- Homepage:
- Size: 7.06 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Indic-En
A simple WebExtension to transliterate webpages from Indic script (Malayalam, Hindi, Kannada) to English/Latin/Roman script (Manglish, Hinglish, Kanglish).
Made with help of the awesome [web-extension-starter](https://github.com/abhijithvijayan/web-extension-starter).
## Usage
Install the extension and you'll see Indic-En icon on your browser toolbar. Click on it and simply click "Transliterate".
### Features
* Supports Malayalam, Hindi & Kannada. See [indicjs](//gitlab.com/subins2000/indicjs)
* Auto transliterate page on load
* Offline [Requires no internet to transliterate]
* Options page has a transliterator tool for manual text## Development Setup
* Clone
* `npm install`
* `npm run dev:firefox` to start the development server for firefox addon
* `npm run build:firefox` to build `.xpi`My dev setup :
* OS : `Linux Mint 19 [Ubuntu 18.04 LTS]`
* node : `14.17.0`
* npm : `6.14.13`But it'll work on majority others too.