Word Counter Pro
Provides a right click context menu to get stats on the selected text
Word Counter Pro란 무엇입니까?
Word Counter Pro은(는) https://smalltoolstation.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides a right click context menu to get stats on the selected text"입니다.
확장 프로그램 스크린샷
Word Counter Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Small tool station word counter pro chrome extension provides a right click context menu to get stats on the selected text. Word Counter Pro is a simple and useful tool that lets you views stats on selected text. How to use it: highlight some text on a any webpage then Right click on it, and menu context appear choose word counter pro item. and It will show you the number of your selected words,characters as well as the average & longest word length. Unlike other word counting chrome extensions, Word counter pro does not open an external webpage just for the counting, nor does it require any permissions.
확장 프로그램 기본 정보
이름 | Word Counter Pro |
ID | pjckaihabdegbiljbdmbfiggeifgoeph |
공식 URL | https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph |
설명 | Provides a right click context menu to get stats on the selected text |
파일 크기 | 9.5 KB |
설치 횟수 | 257 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-11-06 |
출시 날짜 | 2019-11-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://smalltoolstation.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://smalltoolstation.com/contact-us |
개인정보 보호 정책 페이지 URL | https://smalltoolstation.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "assets\/background.js" ] }, "description": "Provides a right click context menu to get stats on the selected text", "icons": { "128": "assets\/icon-128.png", "16": "assets\/icon-16.png", "48": "assets\/icon-48.png" }, "manifest_version": 2, "name": "Word Counter Pro", "offline_enabled": true, "permissions": [ "contextMenus" ], "version": "1.0" } |