나무위키 클리너

나무위키의 가독성을 해치는 취소선, 볼드체, (...)를 제거 해 줍니다.

What is 나무위키 클리너?

나무위키 클리너 is a Chrome extension developed by https://ani.one, and its main feature is "나무위키의 가독성을 해치는 취소선, 볼드체, (...)를 제거 해 줍니다.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 나무위키 클리너 Extension CRX File

Download 나무위키 클리너 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 0.97 버젼부터 리브레 위키도 동일 적용 됩니다.

나무/리브레위키의 취소선 남발, 볼드체(굵은글씨), (...) 을 깔끔하게 제거해 줍니다.

나무/리브레위키를 참고하다 작성자 혼자 깔깔 웃을법한 내용을 취소선과 함께 위키에 첨부한게 꼴보기 싫어서 만들게 되었습니다. 위키러분들이 수고해주시고 지식과 정보를 공유해주는건 언제나 감사하게 생각하고 있습니다!


1.적용되는 font-family순서를 좀더 사용도가 높고 읽기 
2.각주 색상변경및 title로 표시되는 내용이 좀더 읽기편하고 빠르게 나타나게 수정
3.취소선 제거
4.볼드체(굵은글씨)제거
5.(...) 표시 제거                    

Extension Basic Information

Name 나무위키 클리너 나무위키 클리너
ID bnkabkjkecjfoepknfngfpmeogccmmgd
Official URL https://chrome.google.com/webstore/detail/%EB%82%98%EB%AC%B4%EC%9C%84%ED%82%A4-%ED%81%B4%EB%A6%AC%EB%84%88/bnkabkjkecjfoepknfngfpmeogccmmgd
Description 나무위키의 가독성을 해치는 취소선, 볼드체, (...)를 제거 해 줍니다.
File Size 54.89 KB
Installation Count 50
Current Version 1.1
Last Updated 2017-03-25
Publish Date 2017-03-25
Rating 4.67/5 Total 3 Ratings
Developer https://ani.one
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\ub098\ubb34\uc704\ud0a4 \ud074\ub9ac\ub108",
    "version": "1.1",
    "description": "\ub098\ubb34\uc704\ud0a4\uc758 \uac00\ub3c5\uc131\uc744 \ud574\uce58\ub294 \ucde8\uc18c\uc120, \ubcfc\ub4dc\uccb4, (...)\ub97c \uc81c\uac70 \ud574 \uc90d\ub2c8\ub2e4.",
    "icons": {
        "32": ".\/namu.png",
        "64": ".\/namu.png",
        "128": ".\/namu.png"
    },
    "browser_action": {
        "default_icon": ".\/namu.png",
        "default_popup": ".\/popup.html",
        "32": ".\/namu.png",
        "64": ".\/namu.png",
        "128": ".\/namu.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/namu.wiki\/*",
                "https:\/\/librewiki.net\/*"
            ],
            "js": [
                ".\/jquery.min.js",
                ".\/index.js"
            ],
            "css": [
                ".\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/namu.wiki\/*",
        "https:\/\/librewiki.net\/*"
    ]
}