Tally Word Counter
Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.
ما هو Tally Word Counter؟
Tally Word Counter هو إضافة Chrome تم تطويرها بواسطة https://tallywordcounter.online، والميزة الرئيسية لها هي "Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tally Word Counter
قم بتنزيل ملفات الامتداد Tally Word Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Your favorite character counter! Tally is a Chrome extension to easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count to see the number of characters, words, sentences, paragraphs, spaces, letters, digits, and special characters in your text. Visit tallywordcounter.online for the full site.
معلومات أساسية عن التمديد
الاسم | Tally Word Counter |
ID | eggkmbghbmjmbdjloifaklghfiecjbnk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tally-word-counter/eggkmbghbmjmbdjloifaklghfiecjbnk |
الوصف | Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count. |
حجم الملف | 13.05 KB |
عدد التثبيتات | 331 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-06-06 |
تاريخ النشر | 2019-05-31 |
تقييم | 2.67/5 مجموع تقييمات 6 |
المطور | https://tallywordcounter.online |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tally Word Counter", "short_name": "Tally", "description": "Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.", "version": "1.1", "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "manifest_version": 2 } |