音読さん
音読さん用音声読み上げ拡張機能です。この拡張機能を追加すると範囲指定した文章を音読さんで読み上げられるようになります。
What is 音読さん?
音読さん is a Chrome extension developed by https://ondoku3.com, and its main feature is "音読さん用音声読み上げ拡張機能です。この拡張機能を追加すると範囲指定した文章を音読さんで読み上げられるようになります。".
Extension Screenshots
Download 音読さん Extension CRX File
Download 音読さん 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
無料で毎月最大5000文字の読み上げが可能です。音読さんでは30以上の言語と100種類以上の音声の中からテキストを読み上げることができます。音読さんの使い方はとても簡単です。読み上げたい文章を範囲指定した後にGoogle Chromeの画面右上に出てくる音読さんのアイコンをクリックするだけで文章の読み上げができます。設定を変更すれば音声、スピードなどを調整することができます。好みの音声で読み上げを楽しみましょう!
Extension Basic Information
Name | 音読さん |
ID | hlgfpdnlccgpnidebeenlgbfpmnbbchp |
Official URL | https://chromewebstore.google.com/detail/%E9%9F%B3%E8%AA%AD%E3%81%95%E3%82%93/hlgfpdnlccgpnidebeenlgbfpmnbbchp |
Description | 音読さん用音声読み上げ拡張機能です。この拡張機能を追加すると範囲指定した文章を音読さんで読み上げられるようになります。 |
File Size | 1.22 MB |
Installation Count | 9,000 |
Current Version | 23.10.03 |
Last Updated | 2023-10-03 |
Publish Date | 2020-06-29 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://ondoku3.com |
[email protected] | |
Payment Type | free |
Extension Website | https://ondoku3.com/ |
Help Page URL | https://ondoku3.com/priceing/ |
Privacy Policy Page URL | https://ondoku3.com/privacy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u97f3\u8aad\u3055\u3093", "short_name": "Ondoku3", "version": "23.10.03", "description": "\u97f3\u8aad\u3055\u3093\u7528\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002\u3053\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8ffd\u52a0\u3059\u308b\u3068\u7bc4\u56f2\u6307\u5b9a\u3057\u305f\u6587\u7ae0\u3092\u97f3\u8aad\u3055\u3093\u3067\u8aad\u307f\u4e0a\u3052\u3089\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002", "icons": { "32": "icons\/32.png", "128": "icons\/128.png" }, "action": { "default_icon": "icons\/32.png", "default_title": "Ondoku3", "default_popup": "popup\/popup.html" }, "permissions": [ "storage", "tabs", "offscreen" ], "host_permissions": [ "https:\/\/ondoku3.com\/" ], "content_security_policy": { "content_security_policy": "default-src *; media-src *;" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/contents.js", "offscreen.js" ] } ], "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+O", "mac": "Command+Shift+O", "chromeos": "Ctrl+Shift+O", "linux": "Ctrl+Shift+O" } } }, "background": { "service_worker": "background.js" } } |