aday語音報讀
使用系統內建的語音進行網頁報讀
What is aday語音報讀?
aday語音報讀 is a Chrome extension developed by aday0123b, and its main feature is "使用系統內建的語音進行網頁報讀".
Extension Screenshots
Download aday語音報讀 Extension CRX File
Download aday語音報讀 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
text to speech 句子點讀式的語音報讀
Extension Basic Information
Name | aday語音報讀 |
ID | genhbfcaempmppmoonblekidkagafkio |
Official URL | https://chromewebstore.google.com/detail/aday%E8%AA%9E%E9%9F%B3%E5%A0%B1%E8%AE%80/genhbfcaempmppmoonblekidkagafkio |
Description | 使用系統內建的語音進行網頁報讀 |
File Size | 16.06 KB |
Installation Count | 1,260 |
Current Version | 2.4 |
Last Updated | 2021-06-24 |
Publish Date | 2018-06-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | aday0123b |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "aday\u8a9e\u97f3\u5831\u8b80", "description": "\u4f7f\u7528\u7cfb\u7d71\u5167\u5efa\u7684\u8a9e\u97f3\u9032\u884c\u7db2\u9801\u5831\u8b80", "version": "2.4", "icons": { "64": "icons\/speak.png" }, "browser_action": { "default_icon": { "64": "icons\/speak.png" }, "default_popup": "action\/index.html", "default_title": "my Options addon" }, "options_ui": { "page": "option\/index.html" }, "permissions": [ "storage", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |