Read It!

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

Read It!คืออะไร?

Read It! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Li และคุณลักษณะหลักของมันคือ "Read It! provide another user experience for browsing web page. Users could use it to read web content."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read It!

ดาวน์โหลดไฟล์ส่วนขยาย Read It! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}