Form Text Counter Badge

カーソルを当てたフォームの文字数を表示します

What is Form Text Counter Badge?

Form Text Counter Badge is a Chrome extension developed by https://wryoku.com, and its main feature is "カーソルを当てたフォームの文字数を表示します".

Extension Screenshots

screenshot

Download Form Text Counter Badge Extension CRX File

Download Form Text Counter Badge 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

                        カーソルを当てたフォームや、マウスで選択した部分の文字数を表示します
SEO対策などで適切な文字数をカウントしたいときに特に便利です。

titleタグやdescriptionに適切な文字数を入力したいとき、どのサイトでもどの管理画面のフォームからでもカウントし、バッジに表示します。
バッジの文字数はChromeの使用上、先頭から4文字までしか表示できません。
バッジの文字が小さい、もしくは4桁以上の文字数の場合、アイコンをクリックするとポップアップで文字数を拡大表示します。

文字数カウントサイトにわざわざ移動して、コピぺして文字数カウントする必要はもうありません。                    

Extension Basic Information

Name Form Text Counter Badge Form Text Counter Badge
ID cekmgllamfeimfigbknikfklahjmjcaa
Official URL https://chromewebstore.google.com/detail/form-text-counter-badge/cekmgllamfeimfigbknikfklahjmjcaa
Description カーソルを当てたフォームの文字数を表示します
File Size 39.17 KB
Installation Count 2,436
Current Version 0.4
Last Updated 2016-06-05
Publish Date 2016-06-05
Rating 3.20/5 Total 5 Ratings
Developer https://wryoku.com
Payment Type free
Extension Website http://wryoku.com/chrome-form_text_counter_badge/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Text Counter Badge",
    "version": "0.4",
    "manifest_version": 2,
    "icons": {
        "128": "128.png"
    },
    "description": "\u30ab\u30fc\u30bd\u30eb\u3092\u5f53\u3066\u305f\u30d5\u30a9\u30fc\u30e0\u306e\u6587\u5b57\u6570\u3092\u8868\u793a\u3057\u307e\u3059",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.11.0.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Form Text Counter Badge",
        "default_popup": "popup.html"
    }
}