Fontify

This extension allows the user to change the font on the whole page.

Fontify란 무엇입니까?

Fontify은(는) MarcCsharp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to change the font on the whole page."입니다.

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

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

확장 프로그램 사용 설명서

                        This simple extension uses the google fonts API to give the user the ability to change the font on a page to which-ever they wish.

Simply click the extension and select your font from the drop down and see it applied to the page.                    

확장 프로그램 기본 정보

이름 Fontify Fontify
ID npmbploomnpbcejbghaflhmdcnjkembd
공식 URL https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd
설명 This extension allows the user to change the font on the whole page.
파일 크기 5.6 KB
설치 횟수 428
현재 버전 0.0.1
최근 업데이트 2018-01-24
출시 날짜 2018-01-24
평점 5.00/5 총 3 개의 평점
개발자 MarcCsharp
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontify",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension allows the user to change the font on the whole page.",
    "background": {
        "scripts": [
            "injectFont.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to change font"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab"
    ]
}