はてなブログ文字数カウンター
はてなブログの記事編集中にタイトルと本文の文字数をカウントして表示します。
はてなブログ文字数カウンター란 무엇입니까?
はてなブログ文字数カウンター은(는) https://free-log.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "はてなブログの記事編集中にタイトルと本文の文字数をカウントして表示します。"입니다.
확장 프로그램 스크린샷
はてなブログ文字数カウンター 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
はてなブログの記事編集ページで入力したタイトルと本文の文字数をカウントしてリアルタイムに表示します。 カウントする際は全ての空白文字・改行や特定のHTMLタグ・はてな記法の文字列を除外します。
확장 프로그램 기본 정보
이름 | はてなブログ文字数カウンター |
ID | kmoakjmkaodokleemhjmchlaganachkh |
공식 URL | https://chromewebstore.google.com/detail/%E3%81%AF%E3%81%A6%E3%81%AA%E3%83%96%E3%83%AD%E3%82%B0%E6%96%87%E5%AD%97%E6%95%B0%E3%82%AB%E3%82%A6%E3%83%B3%E3%82%BF%E3%83%BC/kmoakjmkaodokleemhjmchlaganachkh |
설명 | はてなブログの記事編集中にタイトルと本文の文字数をカウントして表示します。 |
파일 크기 | 37.86 KB |
설치 횟수 | 150 |
현재 버전 | 0.1 |
최근 업데이트 | 2018-06-13 |
출시 날짜 | 2018-06-13 |
개발자 | https://free-log.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.free-log.net |
도움말 페이지 URL | https://www.free-log.net/entry/hatena-count-extension |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u306f\u3066\u306a\u30d6\u30ed\u30b0\u6587\u5b57\u6570\u30ab\u30a6\u30f3\u30bf\u30fc", "description": "\u306f\u3066\u306a\u30d6\u30ed\u30b0\u306e\u8a18\u4e8b\u7de8\u96c6\u4e2d\u306b\u30bf\u30a4\u30c8\u30eb\u3068\u672c\u6587\u306e\u6587\u5b57\u6570\u3092\u30ab\u30a6\u30f3\u30c8\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002", "version": "0.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/blog.hatena.ne.jp\/*\/*\/edit*" ], "js": [ "jquery-3.3.1.min.js", "contents.js" ], "css": [ "style.css" ] } ], "icons": { "128": "icon.png" } } |