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文件

下載What's My Word Count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}