Character Count Tool

Calculate how many words and characters are on a page. Simply highlight the text, right click, and click the Character Count icon!

Character Count Tool란 무엇입니까?

Character Count Tool은(는) https://charactercounttool.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate how many words and characters are on a page. Simply highlight the text, right click, and click the Character Count icon!"입니다.

확장 프로그램 스크린샷

screenshot

Character Count Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Want to do a quick word character count/character count for an essay you're writing/article you're reading?

You can do so now by using the context menu. Simply highlight the text you want to count characters/words for
and right click => Choose our extension from the context menu and it'll help you count the number of words
you highlighted.

Another way you can use our extension is by clicking on our extension icon => paste in the text you want
to do a word count/character count for.

Try using this free character count tool/word count tool today and let us know if you have any questions.

Its a free online character count tool.

Ensure you hit the word limits/essay assignment lengths by using our tool before you submit in your essays/homework
to your teachers.                    

확장 프로그램 기본 정보

이름 Character Count Tool Character Count Tool
ID fpclnanofjokkahejckkangbnklldclk
공식 URL https://chromewebstore.google.com/detail/character-count-tool/fpclnanofjokkahejckkangbnklldclk
설명 Calculate how many words and characters are on a page. Simply highlight the text, right click, and click the Character Count icon!
파일 크기 1.36 MB
설치 횟수 3,378
현재 버전 3.0.5
최근 업데이트 2022-05-01
출시 날짜 2022-05-01
평점 4.75/5 총 16 개의 평점
개발자 https://charactercounttool.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://charactercounttool.io/privacy-policy
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "3.0.5",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "short_name": "__MSG_appShortName__",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon64.png",
        "default_title": "__MSG_appName__",
        "default_popup": "ui\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "homepage_url": "https:\/\/charactercounttool.io\/"
}