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

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

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

NaReader-「小説家になろう」読み上げ is een Chrome-extensie ontwikkeld door さこ13, en de belangrijkste functie is "「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NaReader-「小説家になろう」読み上げ

Download NaReader-「小説家になろう」読み上げ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam NaReader-「小説家になろう」読み上げ NaReader-「小説家になろう」読み上げ
ID kojgbfndddcklfkfjakmobmlhikpcpoe
Officiële 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
Beschrijving 「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)
Bestandsgrootte 38.4 MB
Aantal Installaties 58
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-06-16
Publicatiedatum 2023-04-18
Ontwikkelaar さこ13
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sakho13/na_reader
URL van de Privacybeleid Pagina https://sakho13.github.io/na_reader/privacy_policy
Ondersteunde Talen 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"
    }
}