Word Counter Extension
Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
ما هو Word Counter Extension؟
Word Counter Extension هو إضافة Chrome تم تطويرها بواسطة Alex، والميزة الرئيسية لها هي "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Word Counter Extension
قم بتنزيل ملفات الامتداد Word Counter Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.
معلومات أساسية عن التمديد
الاسم | Word Counter Extension |
ID | lhkeofanobfbjmfbfjjmibanddfkgobc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc |
الوصف | Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage. |
حجم الملف | 8.66 KB |
عدد التثبيتات | 12,224 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2019-01-05 |
تاريخ النشر | 2018-12-31 |
تقييم | 2.86/5 مجموع تقييمات 7 |
المطور | Alex |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Extension", "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.", "version": "1.0.0", "author": "Alexander Hauck, [email protected]", "short_name": "Wordcount", "background": { "scripts": [ "wordcount.js" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Word Counter" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |