Simple Character Count

The Simple Character & Word Count

Simple Character Count란 무엇입니까?

Simple Character Count은(는) The IT Man에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Simple Character & Word Count"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        #1 Character, Letter & Word Counter Tool - Help to count any letters, characters & words realtime online.

Just select the words or character you are seeing on your browser and this tool will show the exact count. 

Simple Character Count is a free character count online extension that gives you instant results (total characters & total white spaces) of given text or selected text. 

Why should you choose this extension(Counting Characters)?

Ans: Its simple and will take your 10 seconds to setup.                    

확장 프로그램 기본 정보

이름 Simple Character Count Simple Character Count
ID ocbpmdhhneganpjppafmfepjnehiejif
공식 URL https://chromewebstore.google.com/detail/simple-character-count/ocbpmdhhneganpjppafmfepjnehiejif
설명 The Simple Character & Word Count
파일 크기 1.5 MB
설치 횟수 128
현재 버전 0.0.2
최근 업데이트 2021-09-21
출시 날짜 2021-09-19
평점 5.00/5 총 2 개의 평점
개발자 The IT Man
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Character Count",
    "description": "The Simple Character & Word Count",
    "version": "0.0.2",
    "permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/browser-checker.js",
                "assets\/jquery-3.1.0.min.js",
                "contentscript\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "icons": {
        "48": "images\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self';"
}