Word Counter

Word Counter allows you to count the number of selected words and characters in a single click.

Word Counter란 무엇입니까?

Word Counter은(는) https://globaltwittertrends.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Word Counter allows you to count the number of selected words and characters in a single click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Word Counter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Word counter allows counts of all the selected words and characters. It also shows you what is the average and longest word length which becomes important when one is writing a blog.

It can be used on any website and for an unlimited amount of words and characters.

To use word counter select the text and then right-click after that choose word counter. This will open an alert tab with a number of words and characters as well as the average and longest word length in the selected text.                    

확장 프로그램 기본 정보

이름 Word Counter Word Counter
ID naipbdlipiclagppfadakpfhfpmjpmae
공식 URL https://chromewebstore.google.com/detail/word-counter/naipbdlipiclagppfadakpfhfpmjpmae
설명 Word Counter allows you to count the number of selected words and characters in a single click.
파일 크기 48.96 KB
설치 횟수 5,239
현재 버전 1.2
최근 업데이트 2022-03-01
출시 날짜 2021-04-21
평점 4.20/5 총 5 개의 평점
개발자 https://globaltwittertrends.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://globaltwittertrends.com/
도움말 페이지 URL https://globaltwittertrends.com/#contact
지원되는 언어 id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "Greatseotools.net",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "__MSG_description__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}