드래그 글자수 세기

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

Cos'è 드래그 글자수 세기?

드래그 글자수 세기 è un'estensione di Chrome sviluppata da ilhaera, e la sua funzione principale è "드래그를 통해 손쉽게 글자수를 세세요".

Screenshot dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome 드래그 글자수 세기 드래그 글자수 세기
ID mbkbehfkfnieoodajnnfcmfbmocbhmki
URL Ufficiale 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
Descrizione 드래그를 통해 손쉽게 글자수를 세세요
Dimensione del File 8.76 KB
Conteggio Installazioni 2,070
Versione Corrente 1.2
Ultimo Aggiornamento 2018-09-04
Data di Pubblicazione 2018-09-04
Sviluppatore ilhaera
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            }
        }
    }
}