Tistory Text Counter
티스토리 글쓰기 모드에서 글자수와 키워드 수 확인
Cos'è Tistory Text Counter?
Tistory Text Counter è un'estensione di Chrome sviluppata da Mark, e la sua funzione principale è "티스토리 글쓰기 모드에서 글자수와 키워드 수 확인".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tistory Text Counter
Scarica i file di estensione Tistory Text Counter 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
티스토리 글쓰기 모드에서 현재 작성한 글자수와 키워드 수를 바로 확인할 수 있는 확장 프로그램입니다. 글쓰면서 바로 제목과 본문의 글자수를 확인할 수 있고 자신이 타깃한 키워드가 본문에 몇 번 들어간 건지 그 자리에서 바로 확인할 수 있습니다. *참고사항 - 티스토리 글쓰기 모드에서만 작동합니다. 주변 블로거 분들께 많이 알려주세요~~^^
Informazioni di Base sull'Estensione
Nome | Tistory Text Counter |
ID | ngifhofemdmpebnnffnljccfdaiaoppd |
URL Ufficiale | https://chromewebstore.google.com/detail/tistory-text-counter/ngifhofemdmpebnnffnljccfdaiaoppd |
Descrizione | 티스토리 글쓰기 모드에서 글자수와 키워드 수 확인 |
Dimensione del File | 13.43 KB |
Conteggio Installazioni | 3,765 |
Versione Corrente | 3.2 |
Ultimo Aggiornamento | 2021-12-19 |
Data di Pubblicazione | 2021-08-03 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Mark |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tisword.com |
Lingue Supportate | 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" ] } |