SreeVidya
Samskritham Transliteration
Hvad er SreeVidya?
SreeVidya er en Chrome-udvidelse udviklet af Sreekumar Jairaj, Subhasis Gorai, og dens hovedfunktion er "Samskritham Transliteration".
Udvidelsesskærmbilleder
Download SreeVidya-udvidelses-CRX-fil
Download SreeVidya-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
SreeVidya uses the common sounds which represent letters of all Indian languages derived from Samskritham. Other than Samskritham, SreeVidya can also be used to transliterate between other Indian languages with fair degree of success. Eg. It can be used to read Tamil in Malayalam, Bengali in DevNagri etc When transliterating between DevNagri to other scripts, the default behaviour is to assume Samskritham pronunciation. Eg. राम is Rama (not Ram). The browser extensions and CMS plugins (collectively called SreeVidya) should not be invoked on web pages running any financial or other important transactions. They should be used only for transliterating blogs and other readonly portals SreeVidya is currently in Beta phase. Please email the bugs you find to technologist.kj at Gmayl.kawm
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bmpkeaablodlfaofkfjpechdjjbhopim |
Officiel URL | https://chrome.google.com/webstore/detail/sreevidya/bmpkeaablodlfaofkfjpechdjjbhopim |
Beskrivelse | Samskritham Transliteration |
Filstørrelse | 17.71 KB |
Antal Installationer | 31 |
Nuværende Version | 0.1.5 |
Senest Opdateret | 2015-09-26 |
Udgivelsesdato | 2015-09-26 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | Sreekumar Jairaj, Subhasis Gorai |
Betalingsmetode | free |
Udvidelseswebsted | http://sreevidya.codemarvels.com/ |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SreeVidya", "description": "Samskritham Transliteration", "version": "0.1.5", "icons": { "16": "icon-16.png", "48": "icon-32.png", "128": "icon-64.png" }, "browser_action": { "default_icon": "icon-16.png", "default_popup": "panel.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "sreevidya\/HariSree.js", "sreevidya\/Script.js", "sreevidya\/CharacterReducer.js", "sreevidya\/UTFCode.js", "sreevidya\/ScriptLookup.js", "sreevidya\/SreeVidya.js", "apply-sreevidya.js" ] } ] } |