Character Count
Количество символов и слов в тексте
Character Count란 무엇입니까?
Character Count은(는) https://charactercount.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Количество символов и слов в тексте"입니다.
확장 프로그램 스크린샷
Character Count 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add the function of counting the number of words and characters to your browser. Is a simple character and word count tool. A tool for getting an idea of the number of words and characters on a web page. This word and character counter works both online and offline. How do you use it? - Activate the extension - Highlight the text fragment - Click the extension button and Character counter will count how many words and characters
확장 프로그램 기본 정보
이름 | Character Count |
ID | pbdbclofheomdhkeinpijgfhkdjcookd |
공식 URL | https://chromewebstore.google.com/detail/character-count/pbdbclofheomdhkeinpijgfhkdjcookd |
설명 | Количество символов и слов в тексте |
파일 크기 | 17.75 KB |
설치 횟수 | 5,527 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-11-02 |
출시 날짜 | 2020-09-07 |
평점 | 3.29/5 총 7 개의 평점 |
개발자 | https://charactercount.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://charactercount.org |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Character Count", "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0438 \u0441\u043b\u043e\u0432 \u0432 \u0442\u0435\u043a\u0441\u0442\u0435", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |