Word Count

Get a word count on some things right quick

ما هو Word Count؟

Word Count هو إضافة Chrome تم تطويرها بواسطة Jonathan Sirrine، والميزة الرئيسية لها هي "Get a word count on some things right quick".

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

screenshot

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

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

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

                        Small popup in the upper right corner that will let you define a range for a word count on short essays. The icon is a horse because horses count. The horse has a sombrero because it'll count your essay, ese!                    

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

الاسم Word Count Word Count
ID iccgdddlhjafpekcpinhkigagcehhlpb
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb
الوصف Get a word count on some things right quick
حجم الملف 66.33 KB
عدد التثبيتات 67
النسخة الحالية 1.3.0
آخر تحديث 2017-09-24
تاريخ النشر 2017-09-24
تقييم 5.00/5 مجموع تقييمات 4
المطور Jonathan Sirrine
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Count",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Get a word count on some things right quick",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Word Count",
        "default_popup": "extension.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
}