Word Counter Page

This extension counter words from current page

Wat is Word Counter Page?

Word Counter Page is een Chrome-extensie ontwikkeld door Adriano Chambel, en de belangrijkste functie is "This extension counter words from current page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Word Counter Page

Download Word Counter Page-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

                        You've browsed a page whose text would like to know the most common words?
Well, this extension has this purpose. When you want to count how many words there are in webpage, simply click the Word Counter Page icon. This is especially useful in language learning.                    

Basisinformatie over de Extensie

Naam Word Counter Page Word Counter Page
ID hnifbghokmpgedhkgmabjgmehkcmjoao
Officiële URL https://chromewebstore.google.com/detail/word-counter-page/hnifbghokmpgedhkgmabjgmehkcmjoao
Beschrijving This extension counter words from current page
Bestandsgrootte 98.81 KB
Aantal Installaties 6,849
Huidige Versie 1.1
Laatst Bijgewerkt 2016-06-10
Publicatiedatum 2016-06-10
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Adriano Chambel
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "pt_BR",
    "version": "1.1",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/word-counter-page",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}