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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tells you how many words you type in a day!"입니다.

확장 프로그램 스크린샷

screenshot

What's My Word Count 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}