Advanced Font Settings

Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.

Advanced Font Settings क्या है?

Advanced Font Settings Patrick Kettner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages."।

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

screenshot
screenshot

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

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

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

                        This extension allows you to customize font settings for different language scripts. For example, you can set the default font for Simplified Chinese content to be different than the font for Japanese content. The settings are per-script (as specified in ISO 15924) rather than per-language. For example, there is a single setting for Cyrillic script rather than separate ones for Russian, Ukrainian, etc.

Chrome will use the font settings controlled by this extension when BOTH of the following are true:
1) The web page has declared the language of the content (e.g., by using the HTML lang attribute); and
2) The web page has not specified a font to use.

To use this extension, add it to Chrome and then go to chrome://extensions and click on the "Options" link for this extension.                    

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

नाम Advanced Font Settings Advanced Font Settings
ID caclkomlalccbpcdllchkeecicepbmbm
आधिकारिक URL https://chromewebstore.google.com/detail/advanced-font-settings/caclkomlalccbpcdllchkeecicepbmbm
विवरण Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.
फ़ाइल का आकार 39.75 KB
स्थापना संख्या 605,448
वर्तमान संस्करण 0.71
अंतिम अपडेट 2023-12-01
प्रकाशन तिथि 2014-04-16
रेटिंग 3.76/5 कुल 1325 रेटिंग्स
डेवलपर Patrick Kettner
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Font Settings",
    "version": "0.71",
    "manifest_version": 3,
    "description": "Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.",
    "options_page": "options.html",
    "icons": {
        "16": "fonts16.png",
        "128": "fonts128.png"
    },
    "permissions": [
        "fontSettings"
    ]
}