Pronounce Selection

Pronounces the selected text using Forvo

Pronounce Selectionとは何ですか?

Pronounce SelectionはDaniele Trapaniによって開発されたChromeの拡張機能で、その主な機能は「Pronounces the selected text using Forvo」です。

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

Pronounce Selection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Select any word, right click and choose "Pronounce" to hear it on forvo.com                    

拡張機能の基本情報

名前 Pronounce Selection Pronounce Selection
ID gfhnknmofhheaeacbcebmkehlieojgkn
公式URL https://chrome.google.com/webstore/detail/pronounce-selection/gfhnknmofhheaeacbcebmkehlieojgkn
説明 Pronounces the selected text using Forvo
ファイルサイズ 7.14 KB
インストール数 674
現在のバージョン 0.1
最終更新日 2015-01-06
公開日 2015-01-06
評価 3.44/5 合計 18 レビュー
開発者 Daniele Trapani
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pronounce Selection",
    "description": "Pronounces the selected text using Forvo",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "forvo.js"
        ]
    },
    "manifest_version": 2
}