Font Replacer

This converts all fonts on your website into a pleasing web font.

Font Replacer क्या है?

Font Replacer zidell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This converts all fonts on your website into a pleasing web font."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Font Replacer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        어떠한 설정이나 확장 프로그램을 적용해도 웹페이지의 폰트가 구리게 나올 때가 있습니다(특히 윈도우). 그리고 스타일과 관련된 방법들을 동원하는 것은 복잡하고 손이 많이 갑니다. 이런저런 방법을 다 동원해도 웹페이지의 글꼴이 원하는대로 나오지 않을 때 이 확장 프로그램을 추천합니다.

이 프로그램은 웹페이지의 웹폰트를 지정된 글꼴(나눔고딕, 나눔바른고딕, 나눔명조)로 강제 전환하여 줍니다. 이에 따라 폰트 렌더링이 원활하지 않은 시스템에서 보다 가독성 있는 웹 경험을 할 수 있습니다.

※ 글꼴 크기를 강제 조정해주는 확장 프로그램과 같이 활용하면 더욱 좋습니다.                    

एक्सटेंशन की मूल जानकारी

नाम Font Replacer Font Replacer
ID chalbcehpjlhifgjdnmjjpkgjebcckmc
आधिकारिक URL https://chromewebstore.google.com/detail/font-replacer/chalbcehpjlhifgjdnmjjpkgjebcckmc
विवरण This converts all fonts on your website into a pleasing web font.
फ़ाइल का आकार 143 KB
स्थापना संख्या 408
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2022-10-15
प्रकाशन तिथि 2020-06-08
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर zidell
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Replacer",
    "version": "1.0.9",
    "manifest_version": 3,
    "description": "This converts all fonts on your website into a pleasing web font.",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/jquery.slim.min.js",
                "src\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "images\/icon-128.png"
        },
        "default_title": "Font Replacer",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}

संबंधित एक्सटेंशन्स