Jisū

Count words and characters in selected text.

Jisū란 무엇입니까?

Jisū은(는) ika.monster에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Count words and characters in selected text."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Jisū 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just select range of target text, right-click, and run "Count words" from context menu.

This extension can count not only latin words, but also Chinese and Japanese characters.


Feature 1. Report a lot of information about word count

* Number of words
 - Longest number of characters in words
 - Average number of characters in words
* Number of sentences
 - Maximum number of words in a sentence
 - Average number of words in a sentence
* Number of characters
 - Number of visible letters
 - Number of spaces
 - Number of line breaks
* Readability
* Time to read


Feature 2. Report a lot of information about character count

* Number of characters
 - Number of readable letters
  - Number and ratio of Chinese characters, hiragana, katakana, other letters, numbers, panctuations
 - Number of spaces
 - Number of line breaks
* Number of sentences
 - Maximum length of sentences
 - Average length of sentences
* Readability
* Number of sheets of manuscript paper
* Japanese difficult kanji


Feature 3. Many flexible functions

* Shortcut key support
* "Auto-counting mode" for automatic display without clicking
* Can display word count of text entered into a form
* Speech-to-Speech function for word and character counts
* Recognizes words in many languages
* Can set characters to split words
* Can set characters to separete sentences
* Can set readability measurement method (for English)
 - Flesch Reading Ease
 - Flesch–Kincaid Grade level
 - Gunning Fog Index
 - Coleman–Liau Index
 - Automated Readability Index
 - SMOG
 - Lensear Write
 - FORCAST
* Can set display color
* Compliant to web extensions specification "Manifest V3"                    

확장 프로그램 기본 정보

이름 Jisū Jisū
ID dgnmohofbgnaacababkedheeannmdohi
공식 URL https://chromewebstore.google.com/detail/jis%C5%AB/dgnmohofbgnaacababkedheeannmdohi
설명 Count words and characters in selected text.
파일 크기 88.23 KB
설치 횟수 1,534
현재 버전 3.5.1
최근 업데이트 2023-11-21
출시 날짜 2020-05-25
평점 5.00/5 총 2 개의 평점
개발자 ika.monster
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ikamonster.github.io/jisu/
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "3.5.1",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "96": "icons\/icon96.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "commands": {
        "execute-count": {
            "description": "__MSG_executeCountCharacter__"
        },
        "execute-count-word": {
            "description": "__MSG_executeCountWord__"
        },
        "execute-count-zauto": {
            "description": "__MSG_executeCountAuto__"
        },
        "execute-speech": {
            "description": "__MSG_executeSpeechCharacter__"
        },
        "execute-speech-word": {
            "description": "__MSG_executeSpeechWord__"
        },
        "execute-speech-zauto": {
            "description": "__MSG_executeSpeechAuto__"
        },
        "execute-z001-copy": {
            "description": "__MSG_executeCopy__"
        },
        "toggle-autocount": {
            "description": "__MSG_toggleAutocount__"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "storage",
        "tts",
        "declarativeContent"
    ],
    "offline_enabled": true,
    "default_locale": "en"
}