WordCount

Count words and characters in your writing with ease!!

ما هو WordCount؟

WordCount هو إضافة Chrome تم تطويرها بواسطة Andrew Aske، والميزة الرئيسية لها هي "Count words and characters in your writing with ease!!".

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

screenshot

تحميل ملف CRX للإضافة WordCount

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

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

                        This extension provides you with both word and character counts. All you have to do is pull up the extension anywhere on chrome, copy and paste your text and press Count!                    

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

الاسم WordCount WordCount
ID kjdeaahpjfnibdgcnikjifeibjiehkpc
عنوان URL الرسمي https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc
الوصف Count words and characters in your writing with ease!!
حجم الملف 24.25 KB
عدد التثبيتات 335
النسخة الحالية 1.0
آخر تحديث 2020-12-30
تاريخ النشر 2020-12-29
المطور Andrew Aske
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordCount",
    "author": "Andrew Aske",
    "description": "Count words and characters in your writing with ease!!",
    "version": "1.0",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WordCount"
    }
}