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
公式URL 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
Eメール [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"
            ]
        }
    ]
}