NaReader-「小説家になろう」読み上げ
「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)
什么是NaReader-「小説家になろう」読み上げ?
NaReader-「小説家になろう」読み上げ是由さこ13开发的Chrome扩展程序,该扩展的主要功能是“「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou)”。
扩展截图
下载NaReader-「小説家になろう」読み上げ扩展crx文件
下载NaReader-「小説家になろう」読み上げ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
「小説家になろう」に投稿されている小説を読み上げる拡張機能です。
今後の開発についてはGitHub(https://github.com/sakho13/na_reader)のREADMEを確認下さい。 扩展基本信息
| 名称 | |
| ID | kojgbfndddcklfkfjakmobmlhikpcpoe |
| 官方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 |
| 简介 | 「小説家になろう」に投稿されている小説を読み上げる拡張機能です。(This extension is reading with voice the novels posted on Shosetsuka ni Narou) |
| 文件大小 | 38.4 MB |
| 安装次数 | 58 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-06-16 |
| 上架时间 | 2023-04-18 |
| 开发者 | さこ13 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/sakho13/na_reader |
| 隐私政策页面URL | https://sakho13.github.io/na_reader/privacy_policy |
| 支持的语言 | 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"
}
} | |