1 Star 0 Fork 11

Andy_xu / listen-say-google-extend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 897 Bytes
一键复制 编辑 原始数据 按行查看 历史
Viggo 提交于 2019-07-28 02:57 . 修复浏览兼容问题
{
"manifest_version": 2,
"name": "听说",
"version": "1.0.2",
"description": "这是一个文章朗读助手,解放双眼,聆听世界。",
"homepage_url": "https://github.com/wxbool/listen-say-google-extend",
"background": {
"page": "background.html",
"persistent": true
},
"icons": {
"16": "images/logo-16.png",
"48": "images/logo-48.png"
},
"browser_action": {
"default_title": "听说",
"default_popup": "popup.html"
},
"tts_engine": {
"voices": [
{
"voice_name": "viggo",
"event_types": ["end" , "error"]
}
]
},
"permissions": [
"tabs",
"tts",
"ttsEngine",
"storage",
"contextMenus",
"webRequest",
"notifications",
"*://*/*"
],
"web_accessible_resources": [
"js/jquery/jquery.min.js"
]
}
JavaScript
1
https://gitee.com/Andy_Code/listen-say-google-extend.git
git@gitee.com:Andy_Code/listen-say-google-extend.git
Andy_Code
listen-say-google-extend
listen-say-google-extend
master

搜索帮助