Words counter

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

Apa itu Words counter?

Words counter adalah ekstensi Chrome yang dikembangkan oleh Aleksei Timofeev, dan fitur utamanya adalah "This extension adds context menu for selected text to count words in it cumulatively.".

Unduh Berkas CRX Ekstensi Words counter

Unduh file ekstensi Words counter 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

                                            

Informasi Dasar Ekstensi

Nama Words counter Words counter
ID kadplilmdebbckckcnpgoiffpcbgpiaf
URL Resmi https://chrome.google.com/webstore/detail/words-counter/kadplilmdebbckckcnpgoiffpcbgpiaf
Deskripsi This extension adds context menu for selected text to count words in it cumulatively.
Ukuran File 6.5 KB
Jumlah Instalasi 21
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-06-23
Tanggal Publikasi 2016-06-23
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Aleksei Timofeev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}