줄임말 변환기

줄임말과 대치할 단어를 입력해두면, 글을 쓸 때 자동으로 변환해줍니다!

What is 줄임말 변환기?

줄임말 변환기 is a Chrome extension developed by https://aftermoon.dev, and its main feature is "줄임말과 대치할 단어를 입력해두면, 글을 쓸 때 자동으로 변환해줍니다!".

Extension Screenshots

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

                        줄임말과 대치할 단어를 입력해두면, 글을 쓸 때 자동으로 변환해줍니다!

* 주소창은 적용되지 않으며, 일부 입력 창은 적용되지 않을 수 있습니다.
* 등록된 단어는 암호화되지 않으니 중요 정보를 입력하는 것을 권장하지 않습니다.
* 개발자는 이 확장프로그램을 이용하여 생긴 문제를 책임지지 않습니다.

사용법 : 
1. 설치 후 오른쪽 상단 확장 프로그램에서 줄임말 변환기를 연다
2. 팝업창 상단에 + 버튼을 누른다
3. 원하는 단어를 추가한다
4. 바꿀 단어 입력 후 띄어쓰기를 하면 설정된 단어로 변경된다.

도움말 페이지 : https://github.com/Aftermoon-dev/AbbrtoOriginal/wiki/Help-(%EB%8F%84%EC%9B%80%EB%A7%90)                    

Extension Basic Information

Name 줄임말 변환기 줄임말 변환기
ID cphnlniilicaiddjekdhpnhhcgjanjmi
Official URL https://chromewebstore.google.com/detail/%EC%A4%84%EC%9E%84%EB%A7%90-%EB%B3%80%ED%99%98%EA%B8%B0/cphnlniilicaiddjekdhpnhhcgjanjmi
Description 줄임말과 대치할 단어를 입력해두면, 글을 쓸 때 자동으로 변환해줍니다!
File Size 354 KB
Installation Count 35
Current Version 1.1.1
Last Updated 2020-01-14
Publish Date 2020-01-11
Developer https://aftermoon.dev
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\uc904\uc784\ub9d0 \ubcc0\ud658\uae30",
    "description": "\uc904\uc784\ub9d0\uacfc \ub300\uce58\ud560 \ub2e8\uc5b4\ub97c \uc785\ub825\ud574\ub450\uba74, \uae00\uc744 \uc4f8 \ub54c \uc790\ub3d9\uc73c\ub85c \ubcc0\ud658\ud574\uc90d\ub2c8\ub2e4!",
    "version": "1.1.1",
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "\uc904\uc784\ub9d0 \ubcc0\ud658\uae30",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery-3.4.1.min.js",
                "scripts\/abbrtooriginal.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}