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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}