Appoint Font

The easiest font setting extension.

Appoint Font क्या है?

Appoint Font https://blackglory.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest font setting extension."।

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

screenshot

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

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

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

                        The easiest font setting extension.

Q: How does it work?
A: It works by dynamically generating @font-face rules and injecting them into the page.

Q: Does it break web fonts?
A: This extension will not break web fonts, unless the corresponding web font is already installed locally.

Q: The font I wanted to use didn't work, while other fonts did.
A: Chromium-based browsers have issues with font support, which causes some local fonts to not be used in @font-face.
Upon research, new font technologies such as variable fonts do not seem to trigger the issue. Popular fonts usually release their variable font versions, it is recommended that you download and install the latest version of them.

Q: Some sites do not respect my rules.
A: This is most likely because these sites do not have font styles,
or only generic fonts in the styles are actually used by browsers.
These issues can be solved by simply modifying the browser's font settings.
This extension will not help you modify your browser's font settings,
as browsers and other extensions already provide better user interfaces:
- chrome://settings/fonts
- edge://settings/fonts
- Advanced Font Settings: https://chrome.google.com/webstore/detail/caclkomlalccbpcdllchkeecicepbmbm

Github: https://github.com/BlackGlory/appoint-font                    

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

नाम Appoint Font Appoint Font
ID lmjdabbpgabigbonekfpjhfgjekpnkge
आधिकारिक URL https://chromewebstore.google.com/detail/appoint-font/lmjdabbpgabigbonekfpjhfgjekpnkge
विवरण The easiest font setting extension.
फ़ाइल का आकार 576 KB
स्थापना संख्या 2,533
वर्तमान संस्करण 2023.0.8
अंतिम अपडेट 2023-12-20
प्रकाशन तिथि 2019-01-31
रेटिंग 4.87/5 कुल 46 रेटिंग्स
डेवलपर https://blackglory.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/BlackGlory/appoint-font
सहायता पृष्ठ URL https://github.com/BlackGlory/appoint-font/issues
समर्थित भाषाएँ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "2023.0.8",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "author": "BlackGlory",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "fontSettings",
        "webNavigation",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        ""
    ]
}