Transliterate South Asian Scripts

Transliterate South Asian Scripts

Transliterate South Asian Scriptsคืออะไร?

Transliterate South Asian Scripts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://readmylanguage.com และคุณลักษณะหลักของมันคือ "Transliterate South Asian Scripts"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transliterate South Asian Scripts

ดาวน์โหลดไฟล์ส่วนขยาย Transliterate South Asian Scripts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Innovative Apps Pvt Ltd takes great pride in promoting all major
South Asian scripts to enable all fellow Indians, Bengalis, Pakistanis and Nepalis 
to read all resources in scripts they are comfortable with

Objective: You know the language as spoken; it may be your mother tongue! However you are not as comfortable with the script. You can read in a script that you are proficient by Transliterating the text phonetically.

This is a safe extension and alters only Unicode Text in Browser window 

We offer for both source and target
Hindi Bengali Telugu Marathi Tamil  Gujarati Kannada Malayalam Oriya Gurmukhi Assamese Urdu

We offer English target only                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Transliterate South Asian Scripts Transliterate South Asian Scripts
ID nigngigfaocmiebhhlclkgbkpmkjggpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/transliterate-south-asian/nigngigfaocmiebhhlclkgbkpmkjggpn
คำอธิบาย Transliterate South Asian Scripts
ขนาดไฟล์ 327 KB
จำนวนการติดตั้ง 183
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2016-10-09
วันที่เผยแพร่ 2016-10-09
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://readmylanguage.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://readmylanguage.com/
URL หน้าช่วยเหลือ http://readmylanguage.com/readmylanguage/howitworks.php
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "bgrnd.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "all_frames": true,
            "js": [
                "cntnt.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "ReadMyLanguage"
    },
    "description": "Transliterate South Asian Scripts",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Transliterate South Asian Scripts",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1"
}