Make It Dark

Make light themed webpage a dark themed web page

O que é Make It Dark?

Make It Dark é uma extensão do Chrome desenvolvida por Amit Mondal, e sua principal característica é "Make light themed webpage a dark themed web page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Make It Dark

Baixe arquivos de extensão Make It Dark 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

                        Have you ever visited a web page with white background or which is light themed that strained your eyes and made you cry and gave headache, so you try to inspect the elements (if you knew that) and change the colour of the same manually. 
Well here is an extension to your rescue which changes the color of background and text in just simple clicks.
Works best with documentations, tutorial sites and blog post.

It is the first release so open to new update and feature comments.                    

Informações Básicas da Extensão

Nome Make It Dark Make It Dark
ID imnfpejlklfdiieogkaepjdnbljeohih
URL Oficial https://chromewebstore.google.com/detail/make-it-dark/imnfpejlklfdiieogkaepjdnbljeohih
Descrição Make light themed webpage a dark themed web page
Tamanho do Arquivo 16.69 KB
Contagem de Instalações 25
Versão Atual 1.0.1
Última Atualização 2019-07-28
Data de Publicação 2019-07-28
Desenvolvedor Amit Mondal
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make It Dark",
    "version": "1.0.1",
    "short_name": "MID",
    "description": "Make light themed webpage a dark themed web page",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/makeitdark16.png",
            "32": "assets\/images\/makeitdark32.png",
            "48": "assets\/images\/makeitdark48.png",
            "128": "assets\/images\/makeitdark128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/makeitdark16.png",
        "32": "assets\/images\/makeitdark32.png",
        "48": "assets\/images\/makeitdark48.png",
        "128": "assets\/images\/makeitdark128.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}