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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}