NaReader-「小説家になろう」読み上げ

「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)

What is NaReader-「小説家になろう」読み上げ?

NaReader-「小説家になろう」読み上げ is a Chrome extension developed by さこ13, and its main feature is "「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)".

Extension Screenshots

screenshot

Download NaReader-「小説家になろう」読み上げ Extension CRX File

Download NaReader-「小説家になろう」読み上げ 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

                        「小説家になろう」に投稿されている小説を読み上げる拡張機能です。

今後の開発についてはGitHub(https://github.com/sakho13/na_reader)のREADMEを確認下さい。                    

Extension Basic Information

Name NaReader-「小説家になろう」読み上げ NaReader-「小説家になろう」読み上げ
ID kojgbfndddcklfkfjakmobmlhikpcpoe
Official URL https://chromewebstore.google.com/detail/nareader-%E3%80%8C%E5%B0%8F%E8%AA%AC%E5%AE%B6%E3%81%AB%E3%81%AA%E3%82%8D%E3%81%86%E3%80%8D%E8%AA%AD%E3%81%BF%E4%B8%8A%E3%81%92/kojgbfndddcklfkfjakmobmlhikpcpoe
Description 「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)
File Size 38.4 MB
Installation Count 58
Current Version 1.0.1
Last Updated 2023-06-16
Publish Date 2023-04-18
Developer さこ13
Email [email protected]
Payment Type free
Extension Website https://github.com/sakho13/na_reader
Privacy Policy Page URL https://sakho13.github.io/na_reader/privacy_policy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NaReader-\u300c\u5c0f\u8aac\u5bb6\u306b\u306a\u308d\u3046\u300d\u8aad\u307f\u4e0a\u3052",
    "version": "1.0.1",
    "description": "\u300c\u5c0f\u8aac\u5bb6\u306b\u306a\u308d\u3046\u300d\u306b\u6295\u7a3f\u3055\u308c\u3066\u3044\u308b\u5c0f\u8aac\u3092\u8aad\u307f\u4e0a\u3052\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002(This extension is reading with voice the novels posted on Shosetsuka ni Narou)",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ncode.syosetu.com\/*"
            ],
            "js": [
                ".\/dist\/content_scripts\/content_script.js"
            ],
            "css": [
                ".\/content_scripts\/content_script.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "48": ".\/icons\/na_reader_icon.png",
            "128": ".\/icons\/na_reader_icon_128.png"
        },
        "default_title": "\u5c0f\u8aac\u8aad\u307f\u4e0a\u3052\u8a2d\u5b9a",
        "default_popup": ".\/popup\/popup.html"
    },
    "icons": {
        "48": ".\/icons\/na_reader_icon.png",
        "128": ".\/icons\/na_reader_icon_128.png"
    }
}