Tistory Text Counter

티스토리 글쓰기 모드에서 글자수와 키워드 수 확인

What is Tistory Text Counter?

Tistory Text Counter is a Chrome extension developed by Mark, and its main feature is "티스토리 글쓰기 모드에서 글자수와 키워드 수 확인".

Extension Screenshots

screenshot

Download Tistory Text Counter Extension CRX File

Download Tistory Text Counter 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

                        티스토리 글쓰기 모드에서 현재 작성한 글자수와 키워드 수를 바로 확인할 수 있는 확장 프로그램입니다. 글쓰면서 바로 제목과 본문의 글자수를 확인할 수 있고 자신이 타깃한 키워드가 본문에 몇 번 들어간 건지 그 자리에서 바로 확인할 수 있습니다.

*참고사항
- 티스토리 글쓰기 모드에서만 작동합니다.

주변 블로거 분들께 많이 알려주세요~~^^                    

Extension Basic Information

Name Tistory Text Counter Tistory Text Counter
ID ngifhofemdmpebnnffnljccfdaiaoppd
Official URL https://chromewebstore.google.com/detail/tistory-text-counter/ngifhofemdmpebnnffnljccfdaiaoppd
Description 티스토리 글쓰기 모드에서 글자수와 키워드 수 확인
File Size 13.43 KB
Installation Count 3,765
Current Version 3.2
Last Updated 2021-12-19
Publish Date 2021-08-03
Rating 5.00/5 Total 4 Ratings
Developer Mark
Email [email protected]
Payment Type free
Extension Website https://tisword.com
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tistory Text Counter",
    "description": "\ud2f0\uc2a4\ud1a0\ub9ac \uae00\uc4f0\uae30 \ubaa8\ub4dc\uc5d0\uc11c \uae00\uc790\uc218\uc640 \ud0a4\uc6cc\ub4dc \uc218 \ud655\uc778",
    "version": "3.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}