Web Color Filter

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

什麼是Web Color Filter?

Web Color Filter是由Bhupesh Singh開發的Chrome擴展程式,該擴展的主要功能是“Apply color filters to your web pages. Multiple dark mode themes. Ajust the brightness, contrast, saturation, etc.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Web Color Filter擴展crx文件

下載Web Color Filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # 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                    

擴展基本資訊

名稱 Web Color Filter Web Color Filter
ID njnaggoebacjnbklkcccmbnpfmeagcmp
官方網址 https://chromewebstore.google.com/detail/web-color-filter/njnaggoebacjnbklkcccmbnpfmeagcmp
簡介 Apply color filters to your web pages. Multiple dark mode themes. Ajust the brightness, contrast, saturation, etc.
檔案大小 368 KB
安裝次數 7,000
目前版本 4
更新時間 2023-11-06
上架時間 2022-03-23
評分 4.00/5 共 10 次評分
開發者 Bhupesh Singh
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://direct.me/bhupesh
支援的語言 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"
    ]
}