Word count

Counts words and characters in selected text

Wat is Word count?

Word count is een Chrome-extensie ontwikkeld door trishul.goel, en de belangrijkste functie is "Counts words and characters in selected text".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Word count

Download Word count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Select any text, right click and select word count from menu.
Know number of words and characters in your selected text.
Features - 
1. Takes care of multi spaces
2. Takes care of special characters
3. Easy to use                    

Basisinformatie over de Extensie

Naam Word count Word count
ID fccagoceegcmobaejjledllidklajbmc
Officiële URL https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc
Beschrijving Counts words and characters in selected text
Bestandsgrootte 10.85 KB
Aantal Installaties 176
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-01-05
Publicatiedatum 2019-01-05
Ontwikkelaar trishul.goel
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word count",
    "description": "Counts words and characters in selected text",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}