音読さん
音読さん用音声読み上げ拡張機能です。この拡張機能を追加すると範囲指定した文章を音読さんで読み上げられるようになります。
Qu'est-ce que 音読さん ?
音読さん est une extension Chrome développée par https://ondoku3.com, et sa fonction principale est "音読さん用音声読み上げ拡張機能です。この拡張機能を追加すると範囲指定した文章を音読さんで読み上げられるようになります。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 音読さん
Téléchargez les fichiers d'extension 音読さん au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
無料で毎月最大5000文字の読み上げが可能です。音読さんでは30以上の言語と100種類以上の音声の中からテキストを読み上げることができます。音読さんの使い方はとても簡単です。読み上げたい文章を範囲指定した後にGoogle Chromeの画面右上に出てくる音読さんのアイコンをクリックするだけで文章の読み上げができます。設定を変更すれば音声、スピードなどを調整することができます。好みの音声で読み上げを楽しみましょう!
Informations de Base sur l'Extension
Nom | 音読さん |
ID | hlgfpdnlccgpnidebeenlgbfpmnbbchp |
URL Officiel | https://chromewebstore.google.com/detail/%E9%9F%B3%E8%AA%AD%E3%81%95%E3%82%93/hlgfpdnlccgpnidebeenlgbfpmnbbchp |
Description | 音読さん用音声読み上げ拡張機能です。この拡張機能を追加すると範囲指定した文章を音読さんで読み上げられるようになります。 |
Taille du Fichier | 1.22 MB |
Nombre d'Installations | 9,000 |
Version Actuelle | 23.10.03 |
Dernière Mise à Jour | 2023-10-03 |
Date de Publication | 2020-06-29 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | https://ondoku3.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ondoku3.com/ |
URL de la Page d'Aide | https://ondoku3.com/priceing/ |
URL de la Page de Politique de Confidentialité | https://ondoku3.com/privacy |
Langues Prises en Charge | 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" } } |