Simple Letter Counter
Add letter and word counter feature to your browser
Simple Letter Counter란 무엇입니까?
Simple Letter Counter은(는) SimpleTools.nl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add letter and word counter feature to your browser"입니다.
확장 프로그램 스크린샷
Simple Letter Counter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a simple calculator which counts the number of characters or letters in a text, useful for your tweets on Twitter, as well as a multitude of other applications. Whether it is Snapchat, Twitter, Facebook, Yelp or just a note to co-workers or business officials, the number of actual characters matters. What you say may not be as important as how you say it. And how many characters you use. To start counting your letters, simply write or paste the text into the text area and Count characters. Character limits: Snapchat 250 • Twitter 280 • SMS txt 160 • LinkedIn Summary 2,000 • Reddit Title 300 • Pinterest 500 • Instagram 2,200
확장 프로그램 기본 정보
이름 | |
ID | balidbmeikibjjdpgedjlghiioeoepip |
공식 URL | https://chromewebstore.google.com/detail/simple-letter-counter/balidbmeikibjjdpgedjlghiioeoepip |
설명 | Add letter and word counter feature to your browser |
파일 크기 | 425 KB |
설치 횟수 | 30 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-11-27 |
출시 날짜 | 2019-11-27 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | SimpleTools.nl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.simpletools.nl/ |
개인정보 보호 정책 페이지 URL | https://www.simpletools.nl/privacy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "Simple Letter Counter", "default_popup": "counter.html", "default_icon": "icons\/icon128.png" }, "description": "Add letter and word counter feature to your browser", "manifest_version": 2, "name": "Simple Letter Counter", "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "version": "1.0.0" } |