Banglify!

Transliterates Bangla to English script for easy pronunciation. Select Bangla text and Click on the extension icon.

Banglify!คืออะไร?

Banglify! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://banglify.herokuapp.com และคุณลักษณะหลักของมันคือ "Transliterates Bangla to English script for easy pronunciation. Select Bangla text and Click on the extension icon."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Banglify!

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

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

                        Select Bangla text and Click on the extension icon to see the converted the words in English script.                    

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

ชื่อ Banglify! Banglify!
ID enedgjpjgakkokkngljbipfbdlgiiefc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/banglify/enedgjpjgakkokkngljbipfbdlgiiefc
คำอธิบาย Transliterates Bangla to English script for easy pronunciation. Select Bangla text and Click on the extension icon.
ขนาดไฟล์ 16.74 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2015-09-11
วันที่เผยแพร่ 2015-09-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://banglify.herokuapp.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Banglify!",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Transliterates Bangla to English script for easy pronunciation. Select Bangla text and Click on the extension icon.",
    "browser_action": {
        "default_icon": "icons\/38x38.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/localhost\/",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "selection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}