aday語音報讀

使用系統內建的語音進行網頁報讀

aday語音報讀란 무엇입니까?

aday語音報讀은(는) aday0123b에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "使用系統內建的語音進行網頁報讀"입니다.

확장 프로그램 스크린샷

screenshot

aday語音報讀 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        text to speech  句子點讀式的語音報讀                    

확장 프로그램 기본 정보

이름 aday語音報讀 aday語音報讀
ID genhbfcaempmppmoonblekidkagafkio
공식 URL https://chromewebstore.google.com/detail/aday%E8%AA%9E%E9%9F%B3%E5%A0%B1%E8%AE%80/genhbfcaempmppmoonblekidkagafkio
설명 使用系統內建的語音進行網頁報讀
파일 크기 16.06 KB
설치 횟수 1,260
현재 버전 2.4
최근 업데이트 2021-06-24
출시 날짜 2018-06-08
평점 5.00/5 총 1 개의 평점
개발자 aday0123b
이메일 [email protected]
결제 유형 free
지원되는 언어 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": [
                ""
            ]
        }
    ]
}