Word count
Counts words and characters in selected text
Word count란 무엇입니까?
Word count은(는) trishul.goel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Counts words and characters in selected text"입니다.
확장 프로그램 스크린샷
Word count 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Select any text, right click and select word count from menu. Know number of words and characters in your selected text. Features - 1. Takes care of multi spaces 2. Takes care of special characters 3. Easy to use
확장 프로그램 기본 정보
이름 | Word count |
ID | fccagoceegcmobaejjledllidklajbmc |
공식 URL | https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc |
설명 | Counts words and characters in selected text |
파일 크기 | 10.85 KB |
설치 횟수 | 176 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-01-05 |
출시 날짜 | 2019-01-05 |
개발자 | trishul.goel |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word count", "description": "Counts words and characters in selected text", "version": "1.0.0", "icons": { "32": "icons\/icon_32.png", "128": "icons\/icon_128.png", "64": "icons\/icon_64.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "notifications" ] } |