Word Count
Adds a word count feature to your context menu (i.e. right-click menu).
Word Count क्या है?
Word Count Peter Organisciak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a word count feature to your context menu (i.e. right-click menu)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Word Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Word Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it! Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pnngehidikgomgfjbpffonkeimgbpjlh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh |
विवरण | Adds a word count feature to your context menu (i.e. right-click menu). |
फ़ाइल का आकार | 39.6 KB |
स्थापना संख्या | 30,648 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2013-02-03 |
प्रकाशन तिथि | 2013-02-03 |
रेटिंग | 3.27/5 कुल 83 रेटिंग्स |
डेवलपर | Peter Organisciak |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.2", "manifest_version": 2, "description": "Adds a word count feature to your context menu (i.e. right-click menu).", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "count.js" ] }, "offline_enabled": true, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |