Count String Length

calculate selected text's length (strlen)

What is Count String Length?

Count String Length is a Chrome extension developed by Pai Peng, and its main feature is "calculate selected text's length (strlen)".

Download Count String Length Extension CRX File

Download Count String Length extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Count String Length Count String Length
ID jmoeecegjcmhgmhoinddfemlgkbgjggh
Official URL https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh
Description calculate selected text's length (strlen)
File Size 7.96 KB
Installation Count 39
Current Version 0.1
Last Updated 2015-08-03
Publish Date 2015-08-03
Developer Pai Peng
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}