SreeVidya
Samskritham Transliteration
O que é SreeVidya?
SreeVidya é uma extensão do Chrome desenvolvida por Sreekumar Jairaj, Subhasis Gorai, e sua principal característica é "Samskritham Transliteration".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SreeVidya
Baixe arquivos de extensão SreeVidya no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | bmpkeaablodlfaofkfjpechdjjbhopim |
URL Oficial | https://chrome.google.com/webstore/detail/sreevidya/bmpkeaablodlfaofkfjpechdjjbhopim |
Descrição | Samskritham Transliteration |
Tamanho do Arquivo | 17.71 KB |
Contagem de Instalações | 31 |
Versão Atual | 0.1.5 |
Última Atualização | 2015-09-26 |
Data de Publicação | 2015-09-26 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | Sreekumar Jairaj, Subhasis Gorai |
Tipo de Pagamento | free |
Site da Extensão | http://sreevidya.codemarvels.com/ |
Idiomas Suportados | 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" ] } ] } |