나무위키 클리너

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

Cos'è 나무위키 클리너?

나무위키 클리너 è un'estensione di Chrome sviluppata da https://ani.one, e la sua funzione principale è "나무위키의 가독성을 해치는 취소선, 볼드체, (...)를 제거 해 줍니다.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 나무위키 클리너

Scarica i file di estensione 나무위키 클리너 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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


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

Informazioni di Base sull'Estensione

Nome 나무위키 클리너 나무위키 클리너
ID bnkabkjkecjfoepknfngfpmeogccmmgd
URL Ufficiale 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
Descrizione 나무위키의 가독성을 해치는 취소선, 볼드체, (...)를 제거 해 줍니다.
Dimensione del File 54.89 KB
Conteggio Installazioni 50
Versione Corrente 1.1
Ultimo Aggiornamento 2017-03-25
Data di Pubblicazione 2017-03-25
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore https://ani.one
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}