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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Patrick Kettner, και η κύρια λειτουργία του είναι "Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Advanced Font Settings

Λήψη αρχείων επέκτασης Advanced Font Settings σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}