SreeVidya
Samskritham Transliteration
SreeVidya क्या है?
SreeVidya Sreekumar Jairaj, Subhasis Gorai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Samskritham Transliteration"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SreeVidya एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } ] } |