Count String Length

calculate selected text's length (strlen)

Vad är Count String Length?

Count String Length är en Chrome-tillägg utvecklad av Pai Peng, och dess huvudfunktion är "calculate selected text's length (strlen)".

Ladda ner Count String Length-förlängningens CRX-fil

Ladda ner Count String Length-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Count String Length Count String Length
ID jmoeecegjcmhgmhoinddfemlgkbgjggh
Officiell webbadress https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh
Beskrivning calculate selected text's length (strlen)
Filstorlek 7.96 KB
Antal Installationer 39
Aktuell Version 0.1
Senast Uppdaterad 2015-08-03
Publiceringsdatum 2015-08-03
Utvecklare Pai Peng
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}