Inverto color fixer

Inverts colors for most images and embeded videos

什么是Inverto color fixer?

Inverto color fixer是由Sirmyself开发的Chrome扩展程序,该扩展的主要功能是“Inverts colors for most images and embeded videos”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Inverto color fixer扩展crx文件

下载Inverto color fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension inverts the colors of the pictures on websites for people that are using an inverted screen on their system. 
    - By default, when the extension is activated, it will simply invert the colors of most images and videos
    - "Exception List" Feature : The extensions allows you to add a domain to an exception list (synchronised on your google account). The domains on which the exception  has been toggle will not get their images and videos colors inverted
    - "whole Page Invertion" Feature : The extensions now also supports a new feature to invert a whole page's color  for sites which do have a dark theme. "Whole page color invertion" is also synchronized on your google account.

To enable/disable the extension, click on the extension icon. 
To enable the features, just right-click on the extension icon and select "toggle exclusion for this site" or "toggle whole page color invertion"                    

扩展基本信息

名称 Inverto color fixer Inverto color fixer
ID jboljfeobokcppknldbbnhadciblippb
官方URL https://chromewebstore.google.com/detail/inverto-color-fixer/jboljfeobokcppknldbbnhadciblippb
简介 Inverts colors for most images and embeded videos
文件大小 102 KB
安装次数 362
当前版本 1.3.1.3
更新时间 2020-11-18
上架时间 2020-06-10
评分 5.00/5 共3次评分
开发者 Sirmyself
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inverto color fixer",
    "short_name": "Inverto",
    "version": "1.3.1.3",
    "description": "Inverts colors for most images and embeded videos",
    "icons": {
        "128": "animation_icon\/1.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "constants.js",
            "invertoFunctions.js",
            "initialize.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "animation_icon\/7.png"
        },
        "default_title": "Invert colors"
    },
    "homepage_url": "https:\/\/www.flaticon.com\/authors\/vectors-market",
    "manifest_version": 2
}