Simple Word Count

A simple word count Chrome extension.

Wat is Simple Word Count?

Simple Word Count is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A simple word count Chrome extension.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple Word Count

Download Simple 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

                        A very simple word count extension.

Feel free to extend in any way you like via GitHub - https://github.com/sanjaypoyzer/Simple-Word-Count                    

Basisinformatie over de Extensie

Naam Simple Word Count Simple Word Count
ID lkabgnnfbbkphagmbjpbenlfglahnlmh
Officiële URL https://chromewebstore.google.com/detail/simple-word-count/lkabgnnfbbkphagmbjpbenlfglahnlmh
Beschrijving A simple word count Chrome extension.
Bestandsgrootte 37.03 KB
Aantal Installaties 1,004
Huidige Versie 1.0
Laatst Bijgewerkt 2014-07-10
Publicatiedatum 2014-07-10
Beoordeling 3.75/5 Totaal 12 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Word Count",
    "version": "1.0",
    "description": "A simple word count Chrome extension.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}