Count selected characters and words

A simple tool to count selected characters and words.

Wat is Count selected characters and words?

Count selected characters and words is een Chrome-extensie ontwikkeld door http://riangraphics.com, en de belangrijkste functie is "A simple tool to count selected characters and words.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Count selected characters and words

Download Count selected characters and words-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

                        Count selected characters and words on the fly, just select the text and get the result, to enable it just save the settings                    

Basisinformatie over de Extensie

Naam Count selected characters and words Count selected characters and words
ID pdbaijkfobjcdkppnnmjddjgfhjdpoge
Officiële URL https://chrome.google.com/webstore/detail/count-selected-characters/pdbaijkfobjcdkppnnmjddjgfhjdpoge
Beschrijving A simple tool to count selected characters and words.
Bestandsgrootte 7.42 KB
Aantal Installaties 75
Huidige Versie 1.0.4
Laatst Bijgewerkt 2018-10-09
Publicatiedatum 2018-10-09
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar http://riangraphics.com
Betalingswijze free
Extensiewebsite https://riangraphics.com/highlithed-word-counter/
Help Pagina-URL https://riangraphics.com/highlithed-word-counter/#faq
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count selected characters and words",
    "description": "A simple tool to count selected characters and words.",
    "version": "1.0.4",
    "author": "RianGraphics",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_popup": "index.html",
        "default_title": "Count selected characters and words"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "rc-styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}