Banglify!

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

Wat is Banglify!?

Banglify! is een Chrome-extensie ontwikkeld door http://banglify.herokuapp.com, en de belangrijkste functie is "Transliterates Bangla to English script for easy pronunciation. Select Bangla text and Click on the extension icon.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Banglify!

Download Banglify!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Banglify! Banglify!
ID enedgjpjgakkokkngljbipfbdlgiiefc
Officiële URL https://chrome.google.com/webstore/detail/banglify/enedgjpjgakkokkngljbipfbdlgiiefc
Beschrijving Transliterates Bangla to English script for easy pronunciation. Select Bangla text and Click on the extension icon.
Bestandsgrootte 16.74 KB
Aantal Installaties 74
Huidige Versie 0.2
Laatst Bijgewerkt 2015-09-11
Publicatiedatum 2015-09-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://banglify.herokuapp.com
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}