Twitter Dusk

A twitter theme inspired by the twitter app night mode.

O que é Twitter Dusk?

Twitter Dusk é uma extensão do Chrome desenvolvida por https://ggarnhart.com, e sua principal característica é "A twitter theme inspired by the twitter app night mode.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitter Dusk

Baixe arquivos de extensão Twitter Dusk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Twitter Dusk Twitter Dusk
ID popkolfnihkkdcmemlhcijdfkmodjejk
URL Oficial https://chromewebstore.google.com/detail/twitter-dusk/popkolfnihkkdcmemlhcijdfkmodjejk
Descrição A twitter theme inspired by the twitter app night mode.
Tamanho do Arquivo 59.49 KB
Contagem de Instalações 17
Versão Atual 1.0.1
Última Atualização 2016-12-19
Data de Publicação 2016-12-19
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor https://ggarnhart.com
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}