Smooth Japanese fontization

Replace with smooth Japanese font. Improve the visibility of the font.

Was ist Smooth Japanese fontization?

Smooth Japanese fontization ist eine Chrome-Erweiterung, die von https://9cguide.appspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Replace with smooth Japanese font. Improve the visibility of the font.".

Erweiterungsscreenshots

screenshot

Smooth Japanese fontization-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smooth Japanese fontization-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        いまだにMSゴシックで表示されるウェブサイトにうんざりしていませんか?
この拡張機能をインストールすれば、アンチエイリアスが適用される滑らかな日本語フォントを強制的に適用して、ジャギジャギ文字のウェブサイトからおさらばできます!

・拡張機能のインストールだけで動作

ウェブフォント(Googleフォント)を使用しているため、フォントを手動で入手する必要はありません。設定も一切不要であり、インストールするだけですぐに機能します。

・美しい日本語等幅フォント「Kosugi」を採用

ウェブページ全体のフォントをまとめて置き換えるため、どこに使用してもレイアウトが崩れにくい等幅フォントを使用するのが無難です。そこで、Googleフォントで使用できる日本語フォントの中から「Kosugi」を採用しました。

・絵文字フォントを自動で除外

GMailのアイコンなど、絵文字フォントが使用されているため、強制的にフォントを差し替えると、アイコンがアイコンでなくなってしまうことがあります。当拡張機能ではこれらを自動で除外して、本文のみにフォントを適用します。

※全てのパターンを網羅しているわけではありません。アイコンがおかしくなってしまうサイトがありましたら、コメント欄で教えていただけると助かります。

・今後の実装予定

 ・任意のフォントの選択機能
 ・自由にフォントを設定できる機能
 ・より正確な本文の判定(絵文字フォントの誤変換の減少)
 ・切り替わりの高速化
 ・アンチエイリアス指定のカスタマイズ                    

Grundlegende Informationen zur Erweiterung

Name Smooth Japanese fontization Smooth Japanese fontization
ID kamdcckkgcgmcompadgcnkpggiebafpj
Offizielle URL https://chromewebstore.google.com/detail/smooth-japanese-fontizati/kamdcckkgcgmcompadgcnkpggiebafpj
Beschreibung Replace with smooth Japanese font. Improve the visibility of the font.
Dateigröße 17.28 KB
Installationsanzahl 4,362
Aktuelle Version 1.0.0
Letztes Update 2022-02-20
Veröffentlichungsdatum 2021-09-03
Bewertung 4.17/5 Insgesamt 6 Bewertungen
Entwickler https://9cguide.appspot.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://9cguide.appspot.com/blog/index.html
Hilfeseite URL https://9cguide.appspot.com/blog/index.html
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_t_name__",
    "description": "__MSG_t_description__",
    "default_locale": "ja",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "content_scripts": [
        {
            "js": [
                "zepto.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "version": "1.0.0"
}