Words counter

This extension adds context menu for selected text to count words in it cumulatively.

Wat is Words counter?

Words counter is een Chrome-extensie ontwikkeld door Aleksei Timofeev, en de belangrijkste functie is "This extension adds context menu for selected text to count words in it cumulatively.".

Download het CRX-bestand van de extensie Words counter

Download Words counter-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

                                            

Basisinformatie over de Extensie

Naam Words counter Words counter
ID kadplilmdebbckckcnpgoiffpcbgpiaf
Officiële URL https://chrome.google.com/webstore/detail/words-counter/kadplilmdebbckckcnpgoiffpcbgpiaf
Beschrijving This extension adds context menu for selected text to count words in it cumulatively.
Bestandsgrootte 6.5 KB
Aantal Installaties 21
Huidige Versie 1.0
Laatst Bijgewerkt 2016-06-23
Publicatiedatum 2016-06-23
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Aleksei Timofeev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "1.0",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "0",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib.js",
            "background.js"
        ]
    }
}