Word Counter Page

This extension counter words from current page

Apa itu Word Counter Page?

Word Counter Page adalah ekstensi Chrome yang dikembangkan oleh Adriano Chambel, dan fitur utamanya adalah "This extension counter words from current page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Word Counter Page

Unduh file ekstensi Word Counter Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Word Counter Page Word Counter Page
ID hnifbghokmpgedhkgmabjgmehkcmjoao
URL Resmi https://chromewebstore.google.com/detail/word-counter-page/hnifbghokmpgedhkgmabjgmehkcmjoao
Deskripsi This extension counter words from current page
Ukuran File 98.81 KB
Jumlah Instalasi 6,849
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-06-10
Tanggal Publikasi 2016-06-10
Penilaian 4.33/5 Total 6 Penilaian
Pengembang Adriano Chambel
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}