Word Count

Adds a word count feature to your context menu (i.e. right-click menu).

ما هو Word Count؟

Word Count هو إضافة Chrome تم تطويرها بواسطة Peter Organisciak، والميزة الرئيسية لها هي "Adds a word count feature to your context menu (i.e. right-click menu).".

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

screenshot
screenshot

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

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

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

                        Word Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it!

Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. 

To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.                    

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

الاسم Word Count Word Count
ID pnngehidikgomgfjbpffonkeimgbpjlh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh
الوصف Adds a word count feature to your context menu (i.e. right-click menu).
حجم الملف 39.6 KB
عدد التثبيتات 30,648
النسخة الحالية 1.2
آخر تحديث 2013-02-03
تاريخ النشر 2013-02-03
تقييم 3.27/5 مجموع تقييمات 83
المطور Peter Organisciak
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Count",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Adds a word count feature to your context menu (i.e. right-click menu).",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "count.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}