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
公式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
Eメール [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"
    ]
}