Themes - Website Style Customizer

Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…

Themes - Website Style Customizer là gì?

Themes - Website Style Customizer là một tiện ích mở rộng Chrome được phát triển bởi Luke Graham, và tính năng chính của nó là "Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…".

Ả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 Themes - Website Style Customizer

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

                        Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to reapply one when you revisit a page, or you can erase the theme at any time.                    

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

Tên Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
URL Chính Thức https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Mô tả Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
Kích Thước Tệp 227 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 5.25
Cập Nhật Lần Cuối 2022-02-08
Ngày Phát Hành 2021-01-05
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Luke Graham
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Themes - Website Style Customizer",
    "version": "5.25",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "Themes",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}