Word counter

This extension helps to count words and sentences of a selected text in the page.

ما هو Word counter؟

Word counter هو إضافة Chrome تم تطويرها بواسطة https://techytarget.blogspot.com، والميزة الرئيسية لها هي "This extension helps to count words and sentences of a selected text in the page.".

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

screenshot

تحميل ملف CRX للإضافة Word counter

قم بتنزيل ملفات الامتداد Word counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension helps to count characters, words, syllables and sentences of a selected text in the page. 
It also calculate the Flesch readability score of the text. The Flesch readability score distinguish the level of understanding of a text for audience.
If the score is less than 30, the text is distinguished difficult. If the score is greater than 90, the text is distinguished easy and if it is between 30 and 90 it is moderate.                    

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

الاسم Word counter Word counter
ID cgfjdjopdhopjgbcinafnfpcpjfeaidm
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm
الوصف This extension helps to count words and sentences of a selected text in the page.
حجم الملف 22.14 KB
عدد التثبيتات 124
النسخة الحالية 4.0
آخر تحديث 2016-07-05
تاريخ النشر 2016-07-04
تقييم 1.00/5 مجموع تقييمات 1
المطور https://techytarget.blogspot.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word counter",
    "short_name": "Word count",
    "description": "This extension helps to count words and sentences of a selected text in the page.",
    "version": "4.0",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Word counter"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}