ReadEaseM3

Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large

什麼是ReadEaseM3?

ReadEaseM3是由nickboulbuisness開發的Chrome擴展程式,該擴展的主要功能是“Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large”。

擴展截圖

screenshot
screenshot
screenshot

下載ReadEaseM3擴展crx文件

下載ReadEaseM3擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Half Bold is a simple yet effective extension that makes reading easier by bolding the first half of every word on a webpage. With this extension, users can customize the bold percentage to their liking and toggle the feature on and off as needed. Half Bold is perfect for people who want to make reading on the web less straining on the eyes.                    

擴展基本資訊

名稱 ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
官方網址 https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
簡介 Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
檔案大小 963 KB
安裝次數 30
目前版本 1.0.0
更新時間 2023-05-10
上架時間 2023-05-10
評分 5.00/5 共 1 次評分
開發者 nickboulbuisness
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReadEaseM3",
    "version": "1.0.0",
    "description": "Lets you read 2x as fast by making the first half of the words bold.   Limitations: some websites may be too large",
    "icons": {
        "128": "Glasses.png",
        "48": "Glasses.png",
        "16": "Glasses.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "Glasses.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}