Twitter Dusk

A twitter theme inspired by the twitter app night mode.

Cos'è Twitter Dusk?

Twitter Dusk è un'estensione di Chrome sviluppata da https://ggarnhart.com, e la sua funzione principale è "A twitter theme inspired by the twitter app night mode.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Dusk

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

                        Twitter Dusk provides users with a color scheme similar to that of the Twitter app's night mode.

Twitter Dusk will continue to be updated for fuller site wide support. In the coming weeks its contents will be uploaded to GitHub.                    

Informazioni di Base sull'Estensione

Nome Twitter Dusk Twitter Dusk
ID popkolfnihkkdcmemlhcijdfkmodjejk
URL Ufficiale https://chromewebstore.google.com/detail/twitter-dusk/popkolfnihkkdcmemlhcijdfkmodjejk
Descrizione A twitter theme inspired by the twitter app night mode.
Dimensione del File 59.49 KB
Conteggio Installazioni 17
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-12-19
Data di Pubblicazione 2016-12-19
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore https://ggarnhart.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Dusk",
    "version": "1.0.1",
    "description": "A twitter theme inspired by the twitter app night mode.",
    "permissions": [
        "https:\/\/twitter.com\/",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "Scripts\/execute.js"
        ]
    },
    "browser_action": {
        "default_popup": "nightExtension.html",
        "default_icon": "Images\/darkTwitter.png",
        "default_html": "nightExtension.html"
    }
}