Inverter for Nocturne

Inverts all images flash and youtube video on webpages to undo Nocturne inversion

Co je Inverter for Nocturne?

Inverter for Nocturne je rozšíření Chrome vyvinuté SayToWeb team, a jeho hlavní funkcí je „Inverts all images flash and youtube video on webpages to undo Nocturne inversion“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Inverter for Nocturne

Stáhněte si soubory rozšíření Inverter for Nocturne ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Nocturne is a simple program for Mac which can invert colors, invert brightness, tint colors, make your colors monochrome, and more for your whole screen. It is useful for nighttime use or for those who simply wish to have a generally darker color pallette.

http://code.google.com/p/blacktree-nocturne/wiki/Nocturne

As a side effect of this cool feature images and video on web pages became inverted which is a little bit annoying. 

This extension fixes all images, flash movies and youtube videos in your Google Chrome for Mac.
Use right-click menu to switch between Day and Night to follow Nocturne mode. 

This extension does not track your activity and does not collect any statistics.                    

Základní Informace o Rozšíření

Název Inverter for Nocturne Inverter for Nocturne
ID glhdmahaicellakggkjdgngimcphbfjd
Oficiální URL https://chromewebstore.google.com/detail/inverter-for-nocturne/glhdmahaicellakggkjdgngimcphbfjd
Popis Inverts all images flash and youtube video on webpages to undo Nocturne inversion
Velikost souboru 12.29 KB
Počet instalací 173
Aktuální Verze 1.0.10
Poslední Aktualizace 2012-12-07
Datum Vydání 2012-12-06
Hodnocení 3.22/5 Celkem 9 Hodnocení
Vývojář SayToWeb team
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inverter for Nocturne",
    "version": "1.0.10",
    "manifest_version": 2,
    "description": "Inverts all images flash and youtube video on webpages to undo Nocturne inversion",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "NocturneMenu.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/code.google.com\/p\/blacktree-nocturne\/"
}