Nighty

Switch certain apps into a finely tuned night mode.

Cos'è Nighty?

Nighty è un'estensione di Chrome sviluppata da https://sites.google.com/site/timothywatkins, e la sua funzione principale è "Switch certain apps into a finely tuned night mode.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nighty

Scarica i file di estensione Nighty 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

                        Switch certain apps into a finely tuned night mode.

Currently supports: 
- Facebook Messenger                    

Informazioni di Base sull'Estensione

Nome Nighty Nighty
ID iikdidolhafmncjalfilhgnefnkjlbgm
URL Ufficiale https://chromewebstore.google.com/detail/nighty/iikdidolhafmncjalfilhgnefnkjlbgm
Descrizione Switch certain apps into a finely tuned night mode.
Dimensione del File 9.8 KB
Conteggio Installazioni 13
Versione Corrente 1.3
Ultimo Aggiornamento 2017-05-09
Data di Pubblicazione 2017-05-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://sites.google.com/site/timothywatkins
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jankcat/nighty
URL della Pagina di Aiuto https://github.com/jankcat/nighty/issues
URL della Pagina della Politica sulla Privacy https://github.com/jankcat/nighty
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nighty",
    "description": "Switch certain apps into a finely tuned night mode.",
    "author": "Tim Watkins",
    "homepage_url": "https:\/\/github.com\/jankcat\/nighty",
    "short_name": "Nighty",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon2.png"
    },
    "background": {
        "scripts": [
            "nighty.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}