Font changer

This extension allows you to change the font and his size on site pages (where this is possible).

Font changer là gì?

Font changer là một tiện ích mở rộng Chrome được phát triển bởi http://namata.ru, và tính năng chính của nó là "This extension allows you to change the font and his size on site pages (where this is possible).".

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

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

                        This extension allows you to change the font and his size on site pages (where this is possible). Just click on extension icon, write your font and his size and press "Set". After that this font will use on each site page (where this is possible).                    

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

Tên Font changer Font changer
ID gekcpnidalfkkpohbhmpiolpeibmmahm
URL Chính Thức https://chrome.google.com/webstore/detail/font-changer/gekcpnidalfkkpohbhmpiolpeibmmahm
Mô tả This extension allows you to change the font and his size on site pages (where this is possible).
Kích Thước Tệp 251 KB
Số Lần Cài Đặt 184
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-11-07
Ngày Phát Hành 2020-11-07
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://namata.ru
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://en.namata.ru/extensions/fontchanger/
URL Trang Trợ Giúp https://en.namata.ru/support/thanksforinstall/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font changer",
    "description": "This extension allows you to change the font and his size on site pages (where this is possible).",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}