WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
目に優しいフォント置換

目に優しいフォント置換

View on Chrome Web Store
View 目に優しいフォント置換 Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

読みづらいフォントを好みの日本語フォントに自動置換。フォント選択機能付き。
Type
Extension
Users
3 users
2
日本製のゆろち
View author page of 日本製のゆろち
Published
Published on March 5, 2026
Version 1.0.10
Manifest version
3
Updated
Updated on March 7, 2026
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View 目に優しいフォント置換 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u76ee\u306b\u512a\u3057\u3044\u30d5\u30a9\u30f3\u30c8\u7f6e\u63db",
    "version": "1.0.10",
    "description": "\u8aad\u307f\u3065\u3089\u3044\u30d5\u30a9\u30f3\u30c8\u3092\u597d\u307f\u306e\u65e5\u672c\u8a9e\u30d5\u30a9\u30f3\u30c8\u306b\u81ea\u52d5\u7f6e\u63db\u3002\u30d5\u30a9\u30f3\u30c8\u9078\u629e\u6a5f\u80fd\u4ed8\u304d\u3002",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "font-config.js",
                "preload-fonts.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.woff2",
                "css\/*.css",
                "inject.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top