count the number of characters(文章の文字数を調べる)

文章をドラッグ選択すると文字数を表示します。

ما هو count the number of characters(文章の文字数を調べる)؟

count the number of characters(文章の文字数を調べる) هو إضافة Chrome تم تطويرها بواسطة https://muryo-tool.net، والميزة الرئيسية لها هي "文章をドラッグ選択すると文字数を表示します。".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة count the number of characters(文章の文字数を調べる)

قم بتنزيل ملفات الامتداد count the number of characters(文章の文字数を調べる) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ウェブページの文章をドラッグして選択すると文字数を表示します。                    

معلومات أساسية عن التمديد

الاسم count the number of characters(文章の文字数を調べる) count the number of characters(文章の文字数を調べる)
ID hmoemocalglhjgpodkieamcbiibjmbag
عنوان URL الرسمي https://chromewebstore.google.com/detail/count-the-number-of-chara/hmoemocalglhjgpodkieamcbiibjmbag
الوصف 文章をドラッグ選択すると文字数を表示します。
حجم الملف 5.95 KB
عدد التثبيتات 65
النسخة الحالية 1.0
آخر تحديث 2015-12-14
تاريخ النشر 2015-12-13
تقييم 5.00/5 مجموع تقييمات 1
المطور https://muryo-tool.net
نوع الدفع free
موقع الإضافة http://muryo-tool.net
اللغات المدعومة ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "count the number of characters(\u6587\u7ae0\u306e\u6587\u5b57\u6570\u3092\u8abf\u3079\u308b)",
    "manifest_version": 2,
    "description": "\u6587\u7ae0\u3092\u30c9\u30e9\u30c3\u30b0\u9078\u629e\u3059\u308b\u3068\u6587\u5b57\u6570\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
    "icons": {
        "128": "count-the-number-of-characters128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "search.js"
            ]
        }
    ],
    "version": "1.0"
}