Characters Counter

A character, letter, word counter

什麼是Characters Counter?

Characters Counter是由mateusznowotnik開發的Chrome擴展程式,該擴展的主要功能是“A character, letter, word counter”。

擴展截圖

screenshot

下載Characters Counter擴展crx文件

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

擴展使用說明

                        A simple character, letter, word counter.
I would really appreciate any feedback :)                    

擴展基本資訊

名稱 Characters Counter Characters Counter
ID afjiebpjglmjfhhhhmobdnadflocmold
官方網址 https://chromewebstore.google.com/detail/characters-counter/afjiebpjglmjfhhhhmobdnadflocmold
簡介 A character, letter, word counter
檔案大小 4.98 KB
安裝次數 64
目前版本 1.0
更新時間 2016-06-06
上架時間 2016-06-06
評分 4.33/5 共 3 次評分
開發者 mateusznowotnik
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Characters Counter",
    "version": "1.0",
    "description": "A character, letter, word counter",
    "icons": {
        "128": "l_icon.png"
    },
    "browser_action": {
        "default_icon": "l.png",
        "default_title": "Count it!",
        "default_popup": "letter_counter.html"
    }
}