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開發的Chrome擴展程式,該擴展的主要功能是“Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.”。

擴展截圖

screenshot
screenshot

下載Advanced Font Settings擴展crx文件

下載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
官方網址 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"
    ]
}