What's My Word Count

Tells you how many words you type in a day!

What's My Word Count क्या है?

What's My Word Count Matt Rust द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tells you how many words you type in a day!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में What's My Word Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Records how many words you type into Chrome in a day!

TOP NOTCH FEATURES!

✔ Shows your top ten words of the day!
✔ Lets you know your top three wordiest days!
✔ Ignores password fields because SECURITY!
✔ ALMOST USELESS!
✔ Doesn't cause diarrhea!*

Why would you want this you say? Well remember when you asked "Gee wiz, I wonder how many words I type into various web pages in a day. I wish there was some sort of extension that would keep track of that for me and present those statistics in some semi-meaningful way."? Remember that? No? Well then TOO BAD, CAUSE NOW THERE IS! 

Report any issues to imadethisforaspecificpersonandifitworksforthemthenimnotfixingit@dealwithit.com


*As far as I know, I'm not a scientist or whatever.                    

एक्सटेंशन की मूल जानकारी

नाम What's My Word Count What's My Word Count
ID hcmmlpdmhngamdippjcakkfkeeaoofec
आधिकारिक URL https://chromewebstore.google.com/detail/whats-my-word-count/hcmmlpdmhngamdippjcakkfkeeaoofec
विवरण Tells you how many words you type in a day!
फ़ाइल का आकार 47.21 KB
स्थापना संख्या 28
वर्तमान संस्करण 0.0.0.8
अंतिम अपडेट 2016-02-12
प्रकाशन तिथि 2016-02-11
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Matt Rust
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What's My Word Count",
    "description": "Tells you how many words you type in a day!",
    "version": "0.0.0.8",
    "icons": {
        "16": "19.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_popup": "popup.html",
        "default_title": "Options"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "wordCounter.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}