Pronunciation
Pronounces the selected text
什么是Pronunciation?
Pronunciation是由tarundabhi开发的Chrome扩展程序,该扩展的主要功能是“Pronounces the selected text”。
扩展截图
下载Pronunciation扩展crx文件
下载Pronunciation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension pronounces the selected text.This performs text to speech translation. 扩展基本信息
| 名称 | |
| ID | nnbidmodmbkejgpldfcoefhpioggghba |
| 官方URL | https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba |
| 简介 | Pronounces the selected text |
| 文件大小 | 8.94 KB |
| 安装次数 | 1,000 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-08-11 |
| 上架时间 | 2018-08-11 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | tarundabhi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pronunciation",
"version": "1.0",
"description": "Pronounces the selected text",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"permissions": [
"tts",
"contextMenus"
]
} | |