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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}