Inverto color fixer

Inverts colors for most images and embeded videos

Inverto color fixer là gì?

Inverto color fixer là một tiện ích mở rộng Chrome được phát triển bởi Sirmyself, và tính năng chính của nó là "Inverts colors for most images and embeded videos".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inverto color fixer

Tải xuống các tệp mở rộng Inverto color fixer 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

                        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"                    

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

Tên Inverto color fixer Inverto color fixer
ID jboljfeobokcppknldbbnhadciblippb
URL Chính Thức https://chromewebstore.google.com/detail/inverto-color-fixer/jboljfeobokcppknldbbnhadciblippb
Mô tả Inverts colors for most images and embeded videos
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 362
Phiên Bản Hiện Tại 1.3.1.3
Cập Nhật Lần Cuối 2020-11-18
Ngày Phát Hành 2020-06-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Sirmyself
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}