Word Counter
A lite tool for counting words and characters via right-click menu.
Word Counter क्या है?
Word Counter Benni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lite tool for counting words and characters via right-click menu."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Word Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Word Counter is a simple extension that helps you get the number of words and characters in a text selection via context-menu. Simply select a text with the mouse, then right-click and select - Count words & characters - from the context menu. A popup will appear to inform you about the number of words in the selected text. Besides this number, it also informs you about average word length, number of total characters, number of special characters, and the longest word. This addon has no settings or options to adjust. Simply add it to your browser and start using it. It works on any web page as long as you can select a word or sentence. Please note that this addon does not have a toolbar icon. If you want to report bugs or have a feature request, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/word-counter.html).
एक्सटेंशन की मूल जानकारी
नाम | Word Counter |
ID | jggclakocbglccfomoklndaiihjmlejk |
आधिकारिक URL | https://chromewebstore.google.com/detail/word-counter/jggclakocbglccfomoklndaiihjmlejk |
विवरण | A lite tool for counting words and characters via right-click menu. |
फ़ाइल का आकार | 23.82 KB |
स्थापना संख्या | 4,372 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2023-10-31 |
प्रकाशन तिथि | 2018-01-14 |
रेटिंग | 3.00/5 कुल 5 रेटिंग्स |
डेवलपर | Benni |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/word-counter.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/word-counter.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "name": "Word Counter", "offline_enabled": true, "homepage_url": "https:\/\/mybrowseraddon.com\/word-counter.html", "description": "A lite tool for counting words and characters via right-click menu.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "contextMenus" ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |