Hammer for smashing page

Hammer gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.

O que é Hammer for smashing page?

Hammer for smashing page é uma extensão do Chrome desenvolvida por sakal, e sua principal característica é "Hammer gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Hammer for smashing page

Baixe arquivos de extensão Hammer for smashing page 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

                        Hammer extension gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.

I hope this extension will make the everyday easier for people working with web, text, and HTML.

This can be helpful for people who who don't like sticky headers on page and others ugly elements that make difficult to read page.                    

Informações Básicas da Extensão

Nome Hammer for smashing page Hammer for smashing page
ID gicbggcmjgdbiclnfcmiapnfeanljnmo
URL Oficial https://chromewebstore.google.com/detail/hammer-for-smashing-page/gicbggcmjgdbiclnfcmiapnfeanljnmo
Descrição Hammer gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.
Tamanho do Arquivo 9.8 KB
Contagem de Instalações 165
Versão Atual 1.0.4
Última Atualização 2019-02-09
Data de Publicação 2019-02-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor sakal
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/sakalx/hammer/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hammer for smashing page",
    "short_name": "Hammer",
    "description": "Hammer gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.",
    "version": "1.0.4",
    "author": "Serhii Sakal",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "favicon\/icon16.png",
            "32": "favicon\/icon32.png"
        },
        "default_title": "Smash this page \ud83d\udd28"
    },
    "icons": {
        "16": "favicon\/icon16.png",
        "32": "favicon\/icon32.png",
        "48": "favicon\/icon48.png",
        "128": "favicon\/icon128.png"
    }
}