Invert!

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

Co to jest Invert!?

Invert! to rozszerzenie Chrome opracowane przez GM, a jego główną funkcją jest „Invert page colors to reduce strain on eyes and improve readability at night.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Invert!

Pobierz pliki rozszerzeń Invert! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Invert! Invert!
ID heidajcpkemganilmhockdniaknoojih
Oficjalny URL https://chromewebstore.google.com/detail/invert/heidajcpkemganilmhockdniaknoojih
Opis Invert page colors to reduce strain on eyes and improve readability at night.
Rozmiar pliku 22.53 KB
Liczba instalacji 30,800
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-11-15
Data Publikacji 2014-11-15
Ocena 3.99/5 Łącznie 77 Oceny
Deweloper GM
Typ Płatności free
Obsługiwane Języki 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!"
    }
}