Disguise and simplify

Simplify the looks of a website for easy reading and copying.

O que é Disguise and simplify?

Disguise and simplify é uma extensão do Chrome desenvolvida por Odel, e sua principal característica é "Simplify the looks of a website for easy reading and copying.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Disguise and simplify

Baixe arquivos de extensão Disguise and simplify 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

                        Disguise the appearance of a website, whether for easy reading, copying or privacy purposes. This extension will do:

1. Change the background color of the page to black.
2. Change the texts color to white and the links to green.
3. Make the page editable.
4. Change the window title.
5. It should also change the Favicon.


1.4 update:

- Fixed Favicon not working on some sites.

1.5 update:

- Removed unnecessary permission.


TODO (if more people use this extension):

- Allow the users to change the colors via settings.
- Allow the users to change whatever window title they want.
- Allow the users to change whatever Favicon they want.                    

Informações Básicas da Extensão

Nome Disguise and simplify Disguise and simplify
ID lnmojiemkoenibcigngekpbfafbgnkgj
URL Oficial https://chromewebstore.google.com/detail/disguise-and-simplify/lnmojiemkoenibcigngekpbfafbgnkgj
Descrição Simplify the looks of a website for easy reading and copying.
Tamanho do Arquivo 11.87 KB
Contagem de Instalações 22
Versão Atual 1.5
Última Atualização 2017-01-06
Data de Publicação 2017-01-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Odel
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "simplehan.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/delgreg19.png",
        "default_popup": "popup.html",
        "default_title": "Simplify"
    },
    "description": "Simplify the looks of a website for easy reading and copying.",
    "icons": {
        "48": "icons\/delgreg48.png"
    },
    "manifest_version": 2,
    "name": "Disguise and simplify",
    "permissions": [
        "activeTab"
    ],
    "version": "1.5",
    "web_accessible_resources": [
        "icons\/favicon.png"
    ]
}