Word Counter Plus
Provides a right click context menu to get stats on the selected text
Word Counter Plus란 무엇입니까?
Word Counter Plus은(는) https://steven-roberts.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides a right click context menu to get stats on the selected text"입니다.
확장 프로그램 스크린샷
Word Counter Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Word Counter Plus is a simple and useful tool that lets you views stats on selected text. Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item. It will tell you the number of words and characters selected as well as the average and longest word length. Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.
확장 프로그램 기본 정보
이름 | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
공식 URL | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
설명 | Provides a right click context menu to get stats on the selected text |
파일 크기 | 5.23 KB |
설치 횟수 | 179,028 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-07-21 |
출시 날짜 | 2018-07-21 |
평점 | 4.25/5 총 99 개의 평점 |
개발자 | https://steven-roberts.github.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Steven-Roberts/Word-Counter-Plus |
도움말 페이지 URL | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Plus", "version": "1.2", "description": "Provides a right click context menu to get stats on the selected text", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "author": "Steven Roberts", "background": { "persistent": false, "scripts": [ "background.js" ] }, "minimum_chrome_version": "41.0", "offline_enabled": true, "permissions": [ "contextMenus" ] } |