Words counter
This extension adds context menu for selected text to count words in it cumulatively.
ما هو Words counter؟
Words counter هو إضافة Chrome تم تطويرها بواسطة Aleksei Timofeev، والميزة الرئيسية لها هي "This extension adds context menu for selected text to count words in it cumulatively.".
تحميل ملف CRX للإضافة Words counter
قم بتنزيل ملفات الامتداد Words counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | kadplilmdebbckckcnpgoiffpcbgpiaf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/words-counter/kadplilmdebbckckcnpgoiffpcbgpiaf |
الوصف | This extension adds context menu for selected text to count words in it cumulatively. |
حجم الملف | 6.5 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-06-23 |
تاريخ النشر | 2016-06-23 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Aleksei Timofeev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescr__", "version": "1.0", "default_locale": "en", "browser_action": { "default_icon": "icon.png", "default_title": "0", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "lib.js", "background.js" ] } } |