Web Color Filter

Apply color filters to your web pages. Multiple dark mode themes. Ajust the brightness, contrast, saturation, etc.

Web Color Filter là gì?

Web Color Filter là một tiện ích mở rộng Chrome được phát triển bởi Bhupesh Singh, và tính năng chính của nó là "Apply color filters to your web pages. Multiple dark mode themes. Ajust the brightness, contrast, saturation, etc.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        # Note : After installing the extension, reload any open tabs or restart the chrome browser for the extension to work.

∘More than 30 filters to apply.

∘Turn any website to dark mode by adjusting the invert option or choose a filter which suits you.

∘Photoshop like effects for your websites.

∘Filter options like Turbulence and X-rays change the look of the web page and make them look unique

∘Use Hue Rotate to change the website color.

∘Easily reset the filters if not satisfied                    

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

Tên Web Color Filter Web Color Filter
ID njnaggoebacjnbklkcccmbnpfmeagcmp
URL Chính Thức https://chromewebstore.google.com/detail/web-color-filter/njnaggoebacjnbklkcccmbnpfmeagcmp
Mô tả Apply color filters to your web pages. Multiple dark mode themes. Ajust the brightness, contrast, saturation, etc.
Kích Thước Tệp 368 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 4
Cập Nhật Lần Cuối 2023-11-06
Ngày Phát Hành 2022-03-23
Đánh Giá 4.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Bhupesh Singh
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://direct.me/bhupesh
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Color Filter",
    "version": "4",
    "manifest_version": 3,
    "description": "Apply color filters to your web pages. Multiple dark mode themes. Ajust the brightness, contrast, saturation, etc.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo\/logo-16.png",
            "32": "\/images\/logo\/logo-32.png",
            "48": "\/images\/logo\/logo-48.png",
            "128": "\/images\/logo\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo\/logo-16.png",
        "32": "\/images\/logo\/logo-32.png",
        "48": "\/images\/logo\/logo-48.png",
        "128": "\/images\/logo\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myScript.js"
            ],
            "all_frames": true
        }
    ],
    "options_page": "about.html",
    "web_accessible_resources": [
        {
            "resources": [
                "filters.xml"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}