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
电子邮箱 [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
}