드래그 글자수 세기

드래그를 통해 손쉽게 글자수를 세세요

What is 드래그 글자수 세기?

드래그 글자수 세기 is a Chrome extension developed by ilhaera, and its main feature is "드래그를 통해 손쉽게 글자수를 세세요".

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

                        드래그해서 텍스트의 길이를 알아보세요!
자소서 작성 등에 도움을 주기 위해 만들었습니다.

드래그 후 단축키(기본 Ctrl+Shift+E)를 누르거나, 우상단의 아이콘을 눌러서 실행할 수 있습니다.
드래그로 인식되지 않는다면 붙여넣기를 통해 사용할 수 있습니다.                    

Extension Basic Information

Name 드래그 글자수 세기 드래그 글자수 세기
ID mbkbehfkfnieoodajnnfcmfbmocbhmki
Official URL https://chromewebstore.google.com/detail/%EB%93%9C%EB%9E%98%EA%B7%B8-%EA%B8%80%EC%9E%90%EC%88%98-%EC%84%B8%EA%B8%B0/mbkbehfkfnieoodajnnfcmfbmocbhmki
Description 드래그를 통해 손쉽게 글자수를 세세요
File Size 8.76 KB
Installation Count 2,070
Current Version 1.2
Last Updated 2018-09-04
Publish Date 2018-09-04
Developer ilhaera
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ub4dc\ub798\uadf8 \uae00\uc790\uc218 \uc138\uae30",
    "shortname": "\uae00\uc790\uc218\uc138\uae30",
    "version": "1.2",
    "description": "\ub4dc\ub798\uadf8\ub97c \ud1b5\ud574 \uc190\uc27d\uac8c \uae00\uc790\uc218\ub97c \uc138\uc138\uc694",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    }
}