Boldify

Set the first half of words to bold

Boldify란 무엇입니까?

Boldify은(는) Marcel Samyn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set the first half of words to bold"입니다.

확장 프로그램 스크린샷

screenshot

Boldify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension adds a button to the browser bar. When you click it, the first half of every word in the article you're on becomes bold.

It's an experiment to help you read faster.                    

확장 프로그램 기본 정보

이름 Boldify Boldify
ID felocciljakkcpogfaaibfcngebibbdm
공식 URL https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm
설명 Set the first half of words to bold
파일 크기 11.08 KB
설치 횟수 717
현재 버전 1.0.0
최근 업데이트 2022-06-06
출시 날짜 2022-06-05
평점 3.50/5 총 4 개의 평점
개발자 Marcel Samyn
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boldify",
    "version": "1.0.0",
    "description": "Set the first half of words to bold",
    "homepage_url": "https:\/\/samyn.co",
    "manifest_version": 3,
    "icons": {
        "128": "icon.dee6e4e2.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [],
    "content_scripts": [],
    "action": {
        "default_title": "Click to Boldify"
    },
    "background": {
        "service_worker": "background.29a1a909.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "boldify.js"
            ],
            "matches": []
        }
    ]
}