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

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

Cos'è NaReader-「小説家になろう」読み上げ?

NaReader-「小説家になろう」読み上げ è un'estensione di Chrome sviluppata da さこ13, e la sua funzione principale è "「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NaReader-「小説家になろう」読み上げ

Scarica i file di estensione NaReader-「小説家になろう」読み上げ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome NaReader-「小説家になろう」読み上げ NaReader-「小説家になろう」読み上げ
ID kojgbfndddcklfkfjakmobmlhikpcpoe
URL Ufficiale 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
Descrizione 「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)
Dimensione del File 38.4 MB
Conteggio Installazioni 58
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-06-16
Data di Pubblicazione 2023-04-18
Sviluppatore さこ13
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sakho13/na_reader
URL della Pagina della Politica sulla Privacy https://sakho13.github.io/na_reader/privacy_policy
Lingue Supportate 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"
    }
}