Banglify!

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

Banglify! क्या है?

Banglify! http://banglify.herokuapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transliterates Bangla to English script for easy pronunciation. Select Bangla text and Click on the extension icon."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Banglify! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}