Word Counter
See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!
Word Counter란 무엇입니까?
Word Counter은(는) Erik Ossner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!"입니다.
확장 프로그램 스크린샷
Word Counter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you need to get a word and character count on a web page? Word Counter is your answer! Word Counter is very small and intends to give you a convenient word count without you having to out of your way while browsing. Simply select the text that you would like to get a count on, right click on the text, and select the Word Counter icon; you will be greeted with a small alert, telling you word count, character count, and character count, excluding spaces. Enjoy the extension!
확장 프로그램 기본 정보
이름 | |
ID | adgmgllmfhgppfnkmgikgbaniemjdikk |
공식 URL | https://chrome.google.com/webstore/detail/word-counter/adgmgllmfhgppfnkmgikgbaniemjdikk |
설명 | See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon! |
파일 크기 | 34.82 KB |
설치 횟수 | 20,000 |
현재 버전 | 0.11 |
최근 업데이트 | 2017-10-21 |
출시 날짜 | 2017-10-21 |
평점 | 4.35/5 총 43 개의 평점 |
개발자 | Erik Ossner |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "content.js" ] }, "name": "Word Counter", "short_name": "Count words and characters on a page", "version": "0.11", "manifest_version": 2, "description": "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!", "browser_action": { "default_icon": "wc.png", "default_title": "Word Counter", "default_popup": "warning.html" }, "icons": { "16": "wc.png", "48": "wordCount.png", "96": "wordCount.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/docs.google.com\/" ] } |