SreeVidya
Samskritham Transliteration
SreeVidya là gì?
SreeVidya là một tiện ích mở rộng Chrome được phát triển bởi Sreekumar Jairaj, Subhasis Gorai, và tính năng chính của nó là "Samskritham Transliteration".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SreeVidya
Tải xuống các tệp mở rộng SreeVidya dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bmpkeaablodlfaofkfjpechdjjbhopim |
URL Chính Thức | https://chrome.google.com/webstore/detail/sreevidya/bmpkeaablodlfaofkfjpechdjjbhopim |
Mô tả | Samskritham Transliteration |
Kích Thước Tệp | 17.71 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2015-09-26 |
Ngày Phát Hành | 2015-09-26 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Sreekumar Jairaj, Subhasis Gorai |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://sreevidya.codemarvels.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |