Font Customizer

Fine-tune your font settings for each website.

Font Customizer là gì?

Font Customizer là một tiện ích mở rộng Chrome được phát triển bởi nftsirbd828, và tính năng chính của nó là "Fine-tune your font settings for each website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Font Customizer

Tải xuống các tệp mở rộng Font Customizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        We have a unique Font Customizer product for you. It will make your browser much better and brighter. If you want to change the font, size and color for each site then the Font Customizer is exactly what you need. The Font Customizer extension is multifunctional: hundreds of fonts with open licenses, changing the default color from black, and the ability to make text larger or smaller. Our product is easy and fast to use. With one click of the mouse, you can change whatever you want in the browser, as you wish. Hurry up and install our new free Font Customizer extension and enjoy.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Font Customizer Font Customizer
ID lnlncdbhoakalifcenfhnkkkoibdpkam
URL Chính Thức https://chrome.google.com/webstore/detail/font-customizer/lnlncdbhoakalifcenfhnkkkoibdpkam
Mô tả Fine-tune your font settings for each website.
Kích Thước Tệp 48.76 KB
Số Lần Cài Đặt 1,253
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2022-11-07
Ngày Phát Hành 2021-02-22
Đánh Giá 1.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển nftsirbd828
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.5.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "\/assets\/js\/service.js",
            "\/assets\/js\/chrome.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/*.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "\/assets\/js\/content\/for_exec.js",
                "\/assets\/js\/content\/for_tabs.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/assets\/styles\/icon.png"
    },
    "default_locale": "en",
    "permissions": [
        "fontSettings",
        "",
        "storage",
        "tabs"
    ]
}