梦想小说朗读助手

一款简单的小说朗读助手,支持数百小说网站自动朗读功能,同时支持右键朗读和划词朗读。

What is 梦想小说朗读助手?

梦想小说朗读助手 is a Chrome extension developed by 梦想网, and its main feature is "一款简单的小说朗读助手,支持数百小说网站自动朗读功能,同时支持右键朗读和划词朗读。".

Extension Screenshots

screenshot
screenshot
screenshot

Download 梦想小说朗读助手 Extension CRX File

Download 梦想小说朗读助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        这是一款简单的小说自动朗读助手,可自动识别小说内容进行朗读,并支持自动翻页朗读下一章功能,目前支持数百小说网站。

使用方法:
1、在搜索引擎搜索你想听的小说(如:在谷歌搜索“吞噬星空”)或者打开你收藏的小说网站。
2、进入需要朗读的小说阅读页。
3、点击浏览器地址栏旁边的小图标,再点击“开始朗读”按钮后即可开始朗读。(对于无法识别的网站,可开启“划词朗读”功能或右键朗读功能进行朗读。也可邮件告诉我小说网址,待我研究后是否可以在新版本中支持该网站)

基本功能:
1、自动识别小说内容进行朗读。
2、自动识别下一章链接,朗读完本章内容后自动跳转到下一章继续朗读。
3、支持选中文字后朗读文字功能。(默认关闭)
4、支持右键朗读选中文字功能。
5、支持百度、谷歌、有道、搜狗和本机 TTS 朗读引擎。
6、可设置朗读速度快慢和音调高低。

适合人群:
1、喜欢听小说人群(可带着耳机,边听小说,边忙别的事)。
2、偷懒阅读人群(直接用耳朵代替眼睛,用来听新闻或文章)。
3、学习新词人群(当遇到不会读的单词或文字,轻轻一点,听发音)。

本程序开源地址:
https://github.com/ryanker/dream_speaker

最后:如果本程序对你有用,欢迎给个好评和关注,感谢支持!—— 2020.12.06                    

Extension Basic Information

Name 梦想小说朗读助手 梦想小说朗读助手
ID iegiiapfgomeedpnmajohjdlcipbecha
Official URL https://chromewebstore.google.com/detail/%E6%A2%A6%E6%83%B3%E5%B0%8F%E8%AF%B4%E6%9C%97%E8%AF%BB%E5%8A%A9%E6%89%8B/iegiiapfgomeedpnmajohjdlcipbecha
Description 一款简单的小说朗读助手,支持数百小说网站自动朗读功能,同时支持右键朗读和划词朗读。
File Size 25.68 KB
Installation Count 3,142
Current Version 1.19
Last Updated 2021-03-30
Publish Date 2020-12-19
Rating 4.29/5 Total 21 Ratings
Developer 梦想网
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mengxiang.net/extensions/privacy_policy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u68a6\u60f3\u5c0f\u8bf4\u6717\u8bfb\u52a9\u624b",
    "description": "\u4e00\u6b3e\u7b80\u5355\u7684\u5c0f\u8bf4\u6717\u8bfb\u52a9\u624b\uff0c\u652f\u6301\u6570\u767e\u5c0f\u8bf4\u7f51\u7ad9\u81ea\u52a8\u6717\u8bfb\u529f\u80fd\uff0c\u540c\u65f6\u652f\u6301\u53f3\u952e\u6717\u8bfb\u548c\u5212\u8bcd\u6717\u8bfb\u3002",
    "version": "1.19",
    "manifest_version": 2,
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/common.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "\u68a6\u60f3\u5c0f\u8bf4\u6717\u8bfb\u52a9\u624b",
        "default_icon": "128.png"
    },
    "permissions": [
        "storage",
        "tts",
        "notifications",
        "contextMenus",
        ""
    ],
    "homepage_url": "https:\/\/www.mengxiang.net",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "MacCtrl+Shift+R"
            },
            "description": "\u6253\u5f00\u8bbe\u7f6e"
        }
    }
}