Invert!

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

Wat is Invert!?

Invert! is een Chrome-extensie ontwikkeld door GM, en de belangrijkste functie is "Invert page colors to reduce strain on eyes and improve readability at night.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Invert!

Download Invert!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Invert! Invert!
ID heidajcpkemganilmhockdniaknoojih
Officiële URL https://chromewebstore.google.com/detail/invert/heidajcpkemganilmhockdniaknoojih
Beschrijving Invert page colors to reduce strain on eyes and improve readability at night.
Bestandsgrootte 22.53 KB
Aantal Installaties 30,800
Huidige Versie 0.1
Laatst Bijgewerkt 2014-11-15
Publicatiedatum 2014-11-15
Beoordeling 3.99/5 Totaal 77 Beoordelingen
Ontwikkelaar GM
Betalingswijze free
Ondersteunde Talen 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!"
    }
}