Tistory Text Counter

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

Tistory Text Counterคืออะไร?

Tistory Text Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark และคุณลักษณะหลักของมันคือ "티스토리 글쓰기 모드에서 글자수와 키워드 수 확인"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tistory Text Counter

ดาวน์โหลดไฟล์ส่วนขยาย Tistory Text Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tistory Text Counter Tistory Text Counter
ID ngifhofemdmpebnnffnljccfdaiaoppd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tistory-text-counter/ngifhofemdmpebnnffnljccfdaiaoppd
คำอธิบาย 티스토리 글쓰기 모드에서 글자수와 키워드 수 확인
ขนาดไฟล์ 13.43 KB
จำนวนการติดตั้ง 3,765
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2021-12-19
วันที่เผยแพร่ 2021-08-03
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Mark
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tisword.com
ภาษาที่รองรับ 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"
    ]
}