Count the length of the character

Count the length of the characters typed.

什麼是Count the length of the character?

Count the length of the character是由T.F開發的Chrome擴展程式,該擴展的主要功能是“Count the length of the characters typed.”。

擴展截圖

screenshot

下載Count the length of the character擴展crx文件

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

擴展使用說明

                        This extension can count typed string length.                    

擴展基本資訊

名稱 Count the length of the character Count the length of the character
ID npkaienhmoflhlomhgffcnlfeeiilmcf
官方網址 https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf
簡介 Count the length of the characters typed.
檔案大小 7.36 KB
安裝次數 913
目前版本 0.1
更新時間 2013-11-01
上架時間 2013-10-31
評分 5.00/5 共 1 次評分
開發者 T.F
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/popup.js"
        ],
        "persistent": false
    }
}