Word Letter Counter

Word Counter, Letter Counter, Character Counter Toolbar

什麼是Word Letter Counter?

Word Letter Counter是由https://www.wordlettercount.com開發的Chrome擴展程式,該擴展的主要功能是“Word Counter, Letter Counter, Character Counter Toolbar”。

擴展截圖

screenshot

下載Word Letter Counter擴展crx文件

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

擴展使用說明

                        Character Counter, Letter Counter, Word Counter, Free Counter tool                    

擴展基本資訊

名稱 Word Letter Counter Word Letter Counter
ID imiokdnplegekcbjhbojpfdlmkpachnd
官方網址 https://chromewebstore.google.com/detail/word-letter-counter/imiokdnplegekcbjhbojpfdlmkpachnd
簡介 Word Counter, Letter Counter, Character Counter Toolbar
檔案大小 18.77 KB
安裝次數 118
目前版本 1.0.2
更新時間 2017-03-23
上架時間 2017-03-23
評分 4.25/5 共 4 次評分
開發者 https://www.wordlettercount.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Letter Counter",
    "description": "Word Counter, Letter Counter, Character Counter Toolbar",
    "version": "1.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "64": "icon.png"
        },
        "homepage_url": "http:\/\/www.wordlettercount.com\/",
        "default_title": "Word Letter Counter",
        "default_popup": "pencere.html"
    },
    "background": {
        "scripts": [
            "eklenti.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/www.wordlettercount.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "eklenti.js"
            ]
        }
    ]
}