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.

什么是Hammer for smashing page?

Hammer for smashing page是由sakal开发的Chrome扩展程序,该扩展的主要功能是“Hammer gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.”。

扩展截图

下载Hammer for smashing page扩展crx文件

下载Hammer for smashing page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hammer for smashing page Hammer for smashing page
ID gicbggcmjgdbiclnfcmiapnfeanljnmo
官方URL https://chromewebstore.google.com/detail/hammer-for-smashing-page/gicbggcmjgdbiclnfcmiapnfeanljnmo
简介 Hammer gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.
文件大小 9.8 KB
安装次数 165
当前版本 1.0.4
更新时间 2019-02-09
上架时间 2019-02-05
评分 5.00/5 共1次评分
开发者 sakal
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/sakalx/hammer/issues
支持的语言 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"
    }
}