Inverter for Nocturne

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

Cos'è Inverter for Nocturne?

Inverter for Nocturne è un'estensione di Chrome sviluppata da SayToWeb team, e la sua funzione principale è "Inverts all images flash and youtube video on webpages to undo Nocturne inversion".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Inverter for Nocturne

Scarica i file di estensione Inverter for Nocturne in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Inverter for Nocturne Inverter for Nocturne
ID glhdmahaicellakggkjdgngimcphbfjd
URL Ufficiale https://chromewebstore.google.com/detail/inverter-for-nocturne/glhdmahaicellakggkjdgngimcphbfjd
Descrizione Inverts all images flash and youtube video on webpages to undo Nocturne inversion
Dimensione del File 12.29 KB
Conteggio Installazioni 173
Versione Corrente 1.0.10
Ultimo Aggiornamento 2012-12-07
Data di Pubblicazione 2012-12-06
Valutazione 3.22/5 Totale 9 Valutazioni
Sviluppatore SayToWeb team
Tipo di Pagamento free
Lingue Supportate 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\/"
}