Invert!

Invert page colors to reduce strain on eyes and improve readability at night.

什么是Invert!?

Invert!是由GM开发的Chrome扩展程序,该扩展的主要功能是“Invert page colors to reduce strain on eyes and improve readability at night.”。

扩展截图

screenshot

下载Invert!扩展crx文件

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

扩展使用说明

                        Invert! is a useful extension that (surprisingly) inverts the colors of a webpage.

Why use it? Inverting the colors of a page produces high contrast and can improve readability of pages, especially at night, and can also reduce eye strain.                    

扩展基本信息

名称 Invert! Invert!
ID heidajcpkemganilmhockdniaknoojih
官方URL https://chromewebstore.google.com/detail/invert/heidajcpkemganilmhockdniaknoojih
简介 Invert page colors to reduce strain on eyes and improve readability at night.
文件大小 22.53 KB
安装次数 30,800
当前版本 0.1
更新时间 2014-11-15
上架时间 2014-11-15
评分 3.99/5 共77次评分
开发者 GM
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Invert!",
    "description": "Invert page colors to reduce strain on eyes and improve readability at night.",
    "version": "0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "Toggle Invert!"
    }
}