SreeVidya

Samskritham Transliteration

SreeVidya란 무엇입니까?

SreeVidya은(는) Sreekumar Jairaj, Subhasis Gorai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Samskritham Transliteration"입니다.

확장 프로그램 스크린샷

screenshot

SreeVidya 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 SreeVidya SreeVidya
ID bmpkeaablodlfaofkfjpechdjjbhopim
공식 URL https://chrome.google.com/webstore/detail/sreevidya/bmpkeaablodlfaofkfjpechdjjbhopim
설명 Samskritham Transliteration
파일 크기 17.71 KB
설치 횟수 31
현재 버전 0.1.5
최근 업데이트 2015-09-26
출시 날짜 2015-09-26
평점 4.00/5 총 1 개의 평점
개발자 Sreekumar Jairaj, Subhasis Gorai
결제 유형 free
확장 프로그램 웹 사이트 http://sreevidya.codemarvels.com/
지원되는 언어 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"
            ]
        }
    ]
}