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

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

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

NaReader-「小説家になろう」読み上げ er en Chrome-udvidelse udviklet af さこ13, og dens hovedfunktion er "「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)".

Udvidelsesskærmbilleder

screenshot

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

Download NaReader-「小説家になろう」読み上げ-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn NaReader-「小説家になろう」読み上げ NaReader-「小説家になろう」読み上げ
ID kojgbfndddcklfkfjakmobmlhikpcpoe
Officiel 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
Beskrivelse 「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)
Filstørrelse 38.4 MB
Antal Installationer 58
Nuværende Version 1.0.1
Senest Opdateret 2023-06-16
Udgivelsesdato 2023-04-18
Udvikler さこ13
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/sakho13/na_reader
URL til Fortrolighedspolitik Side https://sakho13.github.io/na_reader/privacy_policy
Understøttede Sprog 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"
    }
}