존댓말

네이버 댓글의 어미를 존댓말에 쓰이는 어미로 바꿉니다.(ex. 해라 > 하세요)

What is 존댓말?

존댓말 is a Chrome extension developed by 4444, and its main feature is "네이버 댓글의 어미를 존댓말에 쓰이는 어미로 바꿉니다.(ex. 해라 > 하세요)".

Extension Screenshots

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

                        네이버 댓글의 어미를 존댓말에 쓰이는 어미로 바꿉니다.(ex. 해라 > 하세요)
- ㅋ와 ㅉ를 안 보이게 합니다.
- '새끼'와 '놈'은 '님'으로 변환합니다.

기본적으로 '찾아바꾸기' 수준의 기능이고, 많이 모자란 부분이 있기 때문에 너무 진지하게보지는 마시고요. 😊 감사합니다.

차단 기능도 추가 할 예정입니다. :)                    

Extension Basic Information

Name 존댓말 존댓말
ID jikdkdmjmllkhlahfmgnepkaemoaldbh
Official URL https://chromewebstore.google.com/detail/%EC%A1%B4%EB%8C%93%EB%A7%90/jikdkdmjmllkhlahfmgnepkaemoaldbh
Description 네이버 댓글의 어미를 존댓말에 쓰이는 어미로 바꿉니다.(ex. 해라 > 하세요)
File Size 106 KB
Installation Count 12
Current Version 1.0.0
Last Updated 2018-11-05
Publish Date 2018-11-05
Rating 4.00/5 Total 1 Ratings
Developer 4444
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\uc874\ub313\ub9d0",
    "version": "1.0.0",
    "description": "\ub124\uc774\ubc84 \ub313\uae00\uc758 \uc5b4\ubbf8\ub97c \uc874\ub313\ub9d0\uc5d0 \uc4f0\uc774\ub294 \uc5b4\ubbf8\ub85c \ubc14\uafc9\ub2c8\ub2e4.(ex. \ud574\ub77c > \ud558\uc138\uc694)",
    "icons": {
        "16": "assets\/images\/icon\/icon16.png",
        "32": "assets\/images\/icon\/icon32.png",
        "48": "assets\/images\/icon\/icon48.png",
        "128": "assets\/images\/icon\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.naver.com\/",
        "http:\/\/*.naver.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.naver.com\/*"
            ],
            "js": [
                "libraries\/jquery.min.js",
                "libraries\/js.cookie.min.js",
                "libraries\/smtp.js",
                "assets\/js\/content.js",
                "assets\/js\/naver_comment.js"
            ],
            "css": [
                "assets\/css\/naver_comment.css"
            ]
        }
    ],
    "manifest_version": 2
}