Word Counter Pro
Provides a right click context menu to get stats on the selected text
ما هو Word Counter Pro؟
Word Counter Pro هو إضافة Chrome تم تطويرها بواسطة https://smalltoolstation.com، والميزة الرئيسية لها هي "Provides a right click context menu to get stats on the selected text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Word Counter Pro
قم بتنزيل ملفات الامتداد Word Counter Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Small tool station word counter pro chrome extension provides a right click context menu to get stats on the selected text. Word Counter Pro is a simple and useful tool that lets you views stats on selected text. How to use it: highlight some text on a any webpage then Right click on it, and menu context appear choose word counter pro item. and It will show you the number of your selected words,characters as well as the average & longest word length. Unlike other word counting chrome extensions, Word counter pro does not open an external webpage just for the counting, nor does it require any permissions.
معلومات أساسية عن التمديد
الاسم | Word Counter Pro |
ID | pjckaihabdegbiljbdmbfiggeifgoeph |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph |
الوصف | Provides a right click context menu to get stats on the selected text |
حجم الملف | 9.5 KB |
عدد التثبيتات | 257 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-11-06 |
تاريخ النشر | 2019-11-06 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://smalltoolstation.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://smalltoolstation.com/contact-us |
عنوان صفحة سياسة الخصوصية | https://smalltoolstation.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "assets\/background.js" ] }, "description": "Provides a right click context menu to get stats on the selected text", "icons": { "128": "assets\/icon-128.png", "16": "assets\/icon-16.png", "48": "assets\/icon-48.png" }, "manifest_version": 2, "name": "Word Counter Pro", "offline_enabled": true, "permissions": [ "contextMenus" ], "version": "1.0" } |