Word Counter Plus

Provides a right click context menu to get stats on the selected text

Vad är Word Counter Plus?

Word Counter Plus är en Chrome-tillägg utvecklad av https://steven-roberts.github.io, och dess huvudfunktion är "Provides a right click context menu to get stats on the selected text".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Word Counter Plus-förlängningens CRX-fil

Ladda ner Word Counter Plus-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

                        Word Counter Plus is a simple and useful tool that lets you views stats on selected text.  Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item.  It will tell you the number of words and characters selected as well as the average and longest word length.  Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.                    

Grundläggande Information om Tillägg

Namn Word Counter Plus Word Counter Plus
ID fpjegfbcdijjfkceenlfoehpcakfgldj
Officiell webbadress https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj
Beskrivning Provides a right click context menu to get stats on the selected text
Filstorlek 5.23 KB
Antal Installationer 179,028
Aktuell Version 1.2
Senast Uppdaterad 2018-07-21
Publiceringsdatum 2018-07-21
Betyg 4.25/5 Totalt 99 Betyg
Utvecklare https://steven-roberts.github.io
Betalningssätt free
Tilläggswebbplats https://github.com/Steven-Roberts/Word-Counter-Plus
Hjälpsida URL https://github.com/Steven-Roberts/Word-Counter-Plus/issues
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Counter Plus",
    "version": "1.2",
    "description": "Provides a right click context menu to get stats on the selected text",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "author": "Steven Roberts",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "41.0",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ]
}