SreeVidya
Samskritham Transliteration
SreeVidyaとは何ですか?
SreeVidyaはSreekumar Jairaj, Subhasis Goraiによって開発されたChromeの拡張機能で、その主な機能は「Samskritham Transliteration」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } ] } |