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
Eメール [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
}