Word Counter Plus

Provides a right click context menu to get stats on the selected text

ما هو Word Counter Plus؟

Word Counter Plus هو إضافة Chrome تم تطويرها بواسطة https://steven-roberts.github.io، والميزة الرئيسية لها هي "Provides a right click context menu to get stats on the selected text".

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

screenshot
screenshot

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

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

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

                        Word Counter Plus is a simple and useful tool that lets you views stats on selected text.  Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item.  It will tell you the number of words and characters selected as well as the average and longest word length.  Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.                    

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

الاسم Word Counter Plus Word Counter Plus
ID fpjegfbcdijjfkceenlfoehpcakfgldj
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj
الوصف Provides a right click context menu to get stats on the selected text
حجم الملف 5.23 KB
عدد التثبيتات 179,028
النسخة الحالية 1.2
آخر تحديث 2018-07-21
تاريخ النشر 2018-07-21
تقييم 4.25/5 مجموع تقييمات 99
المطور https://steven-roberts.github.io
نوع الدفع free
موقع الإضافة https://github.com/Steven-Roberts/Word-Counter-Plus
عنوان صفحة المساعدة https://github.com/Steven-Roberts/Word-Counter-Plus/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Counter Plus",
    "version": "1.2",
    "description": "Provides a right click context menu to get stats on the selected text",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "author": "Steven Roberts",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "41.0",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ]
}