Banglify!

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

Banglify!とは何ですか?

Banglify!はhttp://banglify.herokuapp.comによって開発されたChromeの拡張機能で、その主な機能は「Transliterates Bangla to English script for easy pronunciation. Select Bangla text and Click on the extension icon.」です。

拡張機能のスクリーンショット

screenshot

Banglify!拡張機能のCRXファイルをダウンロード

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