Font Changer Extension

Assist Neurodivergent individuals with accessibility

Font Changer Extension란 무엇입니까?

Font Changer Extension은(는) qepting91에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assist Neurodivergent individuals with accessibility"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Font Changer Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Font Changer Extension is a tool that helps neurodivergent individuals improve accessibility on the web by allowing them to change the font formatting on any webpage. With a simple drop-down menu, you can choose from three specially designed fonts that are known to be more readable and easier on the eyes for those with dyslexia or other learning differences.

To use the extension, simply install it from the Chrome Web Store and click the extension icon in your browser's toolbar. A menu will appear with a list of available fonts to choose from. Simply select the font you want to use and the extension will automatically apply it to the webpage you are currently viewing. It's that easy!

To download the fonts to your computer, follow these steps:

Download the Font Changer Extension from the Chrome Web Store.

Ensure that each of the three fonts: OpenDyslexic, Calibri, and Arial Unicode MS are downloaded on your computer. I have included the URL for OpenDyslexic (https://opendyslexic.org/), feel free to download the others from any font download site you prefer, I have added sites for each. 

https://freefontsdownload.net/free-arial-unicode-ms-font-36926.htm 
https://freefontsvault.com/calibri-font-download-free/

For Windows type, "Font" into your search bar, and go into Font Settings. Then drag and drop the unzipped fonts to add them. 

Once the fonts are installed, you can use them in any application on your computer, not just in the Font Changer Extension.

We hope you find the Font Changer Extension to be a useful tool for improving accessibility on the web. If you have any feedback or suggestions, please don't hesitate to let me know.                    

확장 프로그램 기본 정보

이름 Font Changer Extension Font Changer Extension
ID idjbljfkdcokcilnfknjejbbhnbclfmb
공식 URL https://chromewebstore.google.com/detail/font-changer-extension/idjbljfkdcokcilnfknjejbbhnbclfmb
설명 Assist Neurodivergent individuals with accessibility
파일 크기 5.73 KB
설치 횟수 272
현재 버전 0.1.0
최근 업데이트 2022-12-25
출시 날짜 2022-12-25
개발자 qepting91
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Changer Extension",
    "description": "Assist Neurodivergent individuals with accessibility",
    "version": "0.1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}