Count String Length

calculate selected text's length (strlen)

什麼是Count String Length?

Count String Length是由Pai Peng開發的Chrome擴展程式,該擴展的主要功能是“calculate selected text's length (strlen)”。

下載Count String Length擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Count String Length Count String Length
ID jmoeecegjcmhgmhoinddfemlgkbgjggh
官方網址 https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh
簡介 calculate selected text's length (strlen)
檔案大小 7.96 KB
安裝次數 39
目前版本 0.1
更新時間 2015-08-03
上架時間 2015-08-03
開發者 Pai Peng
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Count String Length",
    "version": "0.1",
    "manifest_version": 2,
    "description": "calculate selected text's length (strlen)",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "\u4e2d\u6587\u7b80\u7e41\u5b57\u4f53\u8f6c\u6362",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    }
}