Select and Speak
Select and Speak
Select and Speakとは何ですか?
Select and SpeakはDによって開発されたChromeの拡張機能で、その主な機能は「Select and Speak」です。
拡張機能のスクリーンショット
Select and Speak拡張機能のCRXファイルをダウンロード
Select and Speak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Select to Speak extension for accessibility. Select any text in Chrome and then right click while still selected. Select the "Start Speaking" option. Right click again and select "Stop Speaking" to stop at any time. Adjust values in the settings panel. If the page has disabled text selection or context menus, you can try to remove the blocks using the buttons in settings, or copy and paste text into the extension pop-up and press the Speak button. All client-side processing unless you have installed a 3rd party voice extension which uses network rendering. No ads, no tracking, no other functionality, nothing but reading selected text.
拡張機能の基本情報
名前 | Select and Speak |
ID | caalciblpffjnnakoiijjlikabfjgojp |
公式URL | https://chromewebstore.google.com/detail/select-and-speak/caalciblpffjnnakoiijjlikabfjgojp |
説明 | Select and Speak |
ファイルサイズ | 10.22 KB |
インストール数 | 341 |
現在のバージョン | 1.7.7 |
最終更新日 | 2022-11-02 |
公開日 | 2022-02-15 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | D |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon48.png", "default_popup": "settings.html", "default_title": "Select and Speak" }, "description": "Select and Speak", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "minimum_chrome_version": "50.0", "name": "Select and Speak", "options_page": "settings.html", "permissions": [ "activeTab", "contextMenus", "tts" ], "version": "1.7.7" } |