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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
        }
    ]
}