Word count

Counts words and characters in selected text

ما هو Word count؟

Word count هو إضافة Chrome تم تطويرها بواسطة trishul.goel، والميزة الرئيسية لها هي "Counts words and characters in selected text".

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

screenshot
screenshot

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

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

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

                        Select any text, right click and select word count from menu.
Know number of words and characters in your selected text.
Features - 
1. Takes care of multi spaces
2. Takes care of special characters
3. Easy to use                    

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

الاسم Word count Word count
ID fccagoceegcmobaejjledllidklajbmc
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc
الوصف Counts words and characters in selected text
حجم الملف 10.85 KB
عدد التثبيتات 176
النسخة الحالية 1.0.0
آخر تحديث 2019-01-05
تاريخ النشر 2019-01-05
المطور trishul.goel
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word count",
    "description": "Counts words and characters in selected text",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}