はてなブログ文字数カウンター

はてなブログの記事編集中にタイトルと本文の文字数をカウントして表示します。

What is はてなブログ文字数カウンター?

はてなブログ文字数カウンター is a Chrome extension developed by https://free-log.net, and its main feature is "はてなブログの記事編集中にタイトルと本文の文字数をカウントして表示します。".

Extension Screenshots

screenshot

Download はてなブログ文字数カウンター Extension CRX File

Download はてなブログ文字数カウンター extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        はてなブログの記事編集ページで入力したタイトルと本文の文字数をカウントしてリアルタイムに表示します。

カウントする際は全ての空白文字・改行や特定のHTMLタグ・はてな記法の文字列を除外します。                    

Extension Basic Information

Name はてなブログ文字数カウンター はてなブログ文字数カウンター
ID kmoakjmkaodokleemhjmchlaganachkh
Official 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
Description はてなブログの記事編集中にタイトルと本文の文字数をカウントして表示します。
File Size 37.86 KB
Installation Count 150
Current Version 0.1
Last Updated 2018-06-13
Publish Date 2018-06-13
Developer https://free-log.net
Payment Type free
Extension Website https://www.free-log.net
Help Page URL https://www.free-log.net/entry/hatena-count-extension
Supported Languages 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"
    }
}