Word Counter Page

This extension counter words from current page

ما هو Word Counter Page؟

Word Counter Page هو إضافة Chrome تم تطويرها بواسطة Adriano Chambel، والميزة الرئيسية لها هي "This extension counter words from current page".

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

screenshot

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

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

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

                        You've browsed a page whose text would like to know the most common words?
Well, this extension has this purpose. When you want to count how many words there are in webpage, simply click the Word Counter Page icon. This is especially useful in language learning.                    

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

الاسم Word Counter Page Word Counter Page
ID hnifbghokmpgedhkgmabjgmehkcmjoao
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-counter-page/hnifbghokmpgedhkgmabjgmehkcmjoao
الوصف This extension counter words from current page
حجم الملف 98.81 KB
عدد التثبيتات 6,849
النسخة الحالية 1.1
آخر تحديث 2016-06-10
تاريخ النشر 2016-06-10
تقييم 4.33/5 مجموع تقييمات 6
المطور Adriano Chambel
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "pt_BR",
    "version": "1.1",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/word-counter-page",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}