SreeVidya

Samskritham Transliteration

什么是SreeVidya?

SreeVidya是由Sreekumar Jairaj, Subhasis Gorai开发的Chrome扩展程序,该扩展的主要功能是“Samskritham Transliteration”。

扩展截图

screenshot

下载SreeVidya扩展crx文件

下载SreeVidya扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}