Word Count
Get a word count on some things right quick
Word Count क्या है?
Word Count Jonathan Sirrine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a word count on some things right quick"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Word Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Small popup in the upper right corner that will let you define a range for a word count on short essays. The icon is a horse because horses count. The horse has a sombrero because it'll count your essay, ese!
एक्सटेंशन की मूल जानकारी
नाम | Word Count |
ID | iccgdddlhjafpekcpinhkigagcehhlpb |
आधिकारिक URL | https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb |
विवरण | Get a word count on some things right quick |
फ़ाइल का आकार | 66.33 KB |
स्थापना संख्या | 67 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2017-09-24 |
प्रकाशन तिथि | 2017-09-24 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Jonathan Sirrine |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.3.0", "manifest_version": 2, "description": "Get a word count on some things right quick", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Word Count", "default_popup": "extension.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" } |