Count selected characters and words

A simple tool to count selected characters and words.

什麼是Count selected characters and words?

Count selected characters and words是由http://riangraphics.com開發的Chrome擴展程式,該擴展的主要功能是“A simple tool to count selected characters and words.”。

擴展截圖

screenshot

下載Count selected characters and words擴展crx文件

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

擴展使用說明

                        Count selected characters and words on the fly, just select the text and get the result, to enable it just save the settings                    

擴展基本資訊

名稱 Count selected characters and words Count selected characters and words
ID pdbaijkfobjcdkppnnmjddjgfhjdpoge
官方網址 https://chrome.google.com/webstore/detail/count-selected-characters/pdbaijkfobjcdkppnnmjddjgfhjdpoge
簡介 A simple tool to count selected characters and words.
檔案大小 7.42 KB
安裝次數 75
目前版本 1.0.4
更新時間 2018-10-09
上架時間 2018-10-09
評分 4.50/5 共 4 次評分
開發者 http://riangraphics.com
付費類型 free
擴展官網 https://riangraphics.com/highlithed-word-counter/
說明頁面URL https://riangraphics.com/highlithed-word-counter/#faq
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count selected characters and words",
    "description": "A simple tool to count selected characters and words.",
    "version": "1.0.4",
    "author": "RianGraphics",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_popup": "index.html",
        "default_title": "Count selected characters and words"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "rc-styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}