Banglify!

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

What is Banglify!?

Banglify! is a Chrome extension developed by http://banglify.herokuapp.com, and its main feature is "Transliterates Bangla to English script for easy pronunciation. Select Bangla text and Click on the extension icon.".

Extension Screenshots

screenshot

Download Banglify! Extension CRX File

Download Banglify! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Banglify! Banglify!
ID enedgjpjgakkokkngljbipfbdlgiiefc
Official URL https://chrome.google.com/webstore/detail/banglify/enedgjpjgakkokkngljbipfbdlgiiefc
Description Transliterates Bangla to English script for easy pronunciation. Select Bangla text and Click on the extension icon.
File Size 16.74 KB
Installation Count 74
Current Version 0.2
Last Updated 2015-09-11
Publish Date 2015-09-11
Rating 5.00/5 Total 1 Ratings
Developer http://banglify.herokuapp.com
Payment Type free
Supported Languages 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
        }
    ]
}