존댓말
네이버 댓글의 어미를 존댓말에 쓰이는 어미로 바꿉니다.(ex. 해라 > 하세요)
Cos'è 존댓말?
존댓말 è un'estensione di Chrome sviluppata da 4444, e la sua funzione principale è "네이버 댓글의 어미를 존댓말에 쓰이는 어미로 바꿉니다.(ex. 해라 > 하세요)".
Screenshot dell'Estensione
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
네이버 댓글의 어미를 존댓말에 쓰이는 어미로 바꿉니다.(ex. 해라 > 하세요) - ㅋ와 ㅉ를 안 보이게 합니다. - '새끼'와 '놈'은 '님'으로 변환합니다. 기본적으로 '찾아바꾸기' 수준의 기능이고, 많이 모자란 부분이 있기 때문에 너무 진지하게보지는 마시고요. 😊 감사합니다. 차단 기능도 추가 할 예정입니다. :)
Informazioni di Base sull'Estensione
Nome | 존댓말 |
ID | jikdkdmjmllkhlahfmgnepkaemoaldbh |
URL Ufficiale | https://chromewebstore.google.com/detail/%EC%A1%B4%EB%8C%93%EB%A7%90/jikdkdmjmllkhlahfmgnepkaemoaldbh |
Descrizione | 네이버 댓글의 어미를 존댓말에 쓰이는 어미로 바꿉니다.(ex. 해라 > 하세요) |
Dimensione del File | 106 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-11-05 |
Data di Pubblicazione | 2018-11-05 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | 4444 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |