Font Changer

Change any font easy!

Font Changer là gì?

Font Changer là một tiện ích mở rộng Chrome được phát triển bởi https://fontsly.com, và tính năng chính của nó là "Change any font easy!".

Ả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 Changer

Tải xuống các tệp mở rộng Font Changer 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

                        Collection of the best preset fonts. 
There is also a possibility to change size&color of text.                    

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

Tên Font Changer Font Changer
ID cngbpbdpdeldglofjjppipdleagpefog
URL Chính Thức https://chromewebstore.google.com/detail/font-changer/cngbpbdpdeldglofjjppipdleagpefog
Mô tả Change any font easy!
Kích Thước Tệp 196 KB
Số Lần Cài Đặt 2,365
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-02-04
Ngày Phát Hành 2021-02-04
Đánh Giá 3.90/5 Tổng số 20 Đánh Giá
Nhà Phát Triển https://fontsly.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fontsly.com/
URL Trang Chính Sách Bảo Mật https://free-qr.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery\/jquery-3.4.1.js",
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}