Invert!

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

What is Invert!?

Invert! is a Chrome extension developed by GM, and its main feature is "Invert page colors to reduce strain on eyes and improve readability at night.".

Extension Screenshots

screenshot

Download Invert! Extension CRX File

Download Invert! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Invert! Invert!
ID heidajcpkemganilmhockdniaknoojih
Official URL https://chromewebstore.google.com/detail/invert/heidajcpkemganilmhockdniaknoojih
Description Invert page colors to reduce strain on eyes and improve readability at night.
File Size 22.53 KB
Installation Count 30,800
Current Version 0.1
Last Updated 2014-11-15
Publish Date 2014-11-15
Rating 3.99/5 Total 77 Ratings
Developer GM
Payment Type free
Supported Languages 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!"
    }
}