Webpage Narrator - Community (Free) Version
Narrate text on a webpage
Webpage Narrator - Community (Free) Versionとは何ですか?
Webpage Narrator - Community (Free) VersionはDodzi Aによって開発されたChromeの拡張機能で、その主な機能は「Narrate text on a webpage」です。
拡張機能のスクリーンショット
Webpage Narrator - Community (Free) Version拡張機能のCRXファイルをダウンロード
Webpage Narrator - Community (Free) Version拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension reads out the text content that is selected on a webpage or all the text content on the page if nothing is selected. This presents a hands-free option for individuals to peruse pages by having it dictated to them rather than having to read it themselves. You may want this option of listening rather than reading due to tired eyes or just your preference/convenience. For example, getting ready for work and want to read an article on the web while fixing breakfast? Navigate to the page click the extension icon, select the content want to read and hit the play button to have the extension read the contents out loud to you. Performing some chore while you want to read content on a webpage, this extension has you covered as well. This extension has a UI with three buttons: the play button, the stop button and the theme toggle button that switches the theme from dark to light and vice-versa.
拡張機能の基本情報
名前 | Webpage Narrator - Community (Free) Version |
ID | cmcgilnacfcnkhmeaoinpalpiedbaclb |
公式URL | https://chromewebstore.google.com/detail/webpage-narrator-communit/cmcgilnacfcnkhmeaoinpalpiedbaclb |
説明 | Narrate text on a webpage |
ファイルサイズ | 390 KB |
インストール数 | 732 |
現在のバージョン | 0.2.1 |
最終更新日 | 2021-11-22 |
公開日 | 2021-11-21 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Dodzi A |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webpage Narrator - Community (Free) Version", "version": "0.2.1", "description": "Narrate text on a webpage", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "32": "icon.png" } }, "icons": { "32": "icon.png" }, "author": "Dodzi A" } |