Words Counter
This APP find the selected word amount.
ما هو Words Counter؟
Words Counter هو إضافة Chrome تم تطويرها بواسطة grassland، والميزة الرئيسية لها هي "This APP find the selected word amount.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Words Counter
قم بتنزيل ملفات الامتداد Words Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
なぞった文字数をカウントできます。 なぞって右クリック→文字数カウンターを選択するだけです。 文字数の入力制限やレポートで文字数を計算するときなどに便利です。
معلومات أساسية عن التمديد
الاسم | Words Counter |
ID | glilfjhglngcfhiogplalcgepclphbhd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/words-counter/glilfjhglngcfhiogplalcgepclphbhd |
الوصف | This APP find the selected word amount. |
حجم الملف | 7.93 KB |
عدد التثبيتات | 8,785 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2016-05-24 |
تاريخ النشر | 2016-05-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | grassland |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://shirotsumegusa.seesaa.net/article/438016649.html |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extDescription__", "background": { "scripts": [ "count.js" ] }, "web_accessible_resources": [ "images\/icon16.png", "images\/icon32.png", "images\/icon64.png", "images\/icon128.png" ], "permissions": [ "contextMenus" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_locale": "ja" } |