Read It!

Read It! provide another user experience for browsing web page. Users could use it to read web content.

Read It!란 무엇입니까?

Read It!은(는) Paul Li에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read It! provide another user experience for browsing web page. Users could use it to read web content."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Read It! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Read It!發想源自 Google Assistant,希望可以讓 web page 的瀏覽體驗更多元有趣,透過 Read It!,user 便可以讓 web page 的內容可以以朗讀的形式呈現,方便在不同情境下使用。

除了朗讀頁面內容外,亦可選取片段內容,輕觸右鍵選單 Read It!選項即可。

如果有設置 Structured Data - Speakable,便會優先使用它作為頁面內容,反之,則透過 Read It!機制擷取頁面內容。

如果對於當前朗讀聲調感到不適,亦可前往設定頁調整,選擇適合自己聆聽的聲調以及語速。

Enjoy It!😊

- Change Log:
1.0.2
  a. Migrate to MV3.
  b. Performance enhancement.                    

확장 프로그램 기본 정보

이름 Read It! Read It!
ID fbbnlacalaahojddihknblkkelgaknea
공식 URL https://chromewebstore.google.com/detail/read-it/fbbnlacalaahojddihknblkkelgaknea
설명 Read It! provide another user experience for browsing web page. Users could use it to read web content.
파일 크기 45.54 KB
설치 횟수 68
현재 버전 1.0.2
최근 업데이트 2021-12-02
출시 날짜 2020-12-06
평점 5.00/5 총 1 개의 평점
개발자 Paul Li
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read It!",
    "version": "1.0.2",
    "description": "Read It! provide another user experience for browsing web page. Users could use it to read web content.",
    "permissions": [
        "contextMenus",
        "tts",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Read page"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wcl.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "options_page": "options.html",
    "manifest_version": 3
}