Count selected characters and words

A simple tool to count selected characters and words.

Apa itu Count selected characters and words?

Count selected characters and words adalah ekstensi Chrome yang dikembangkan oleh http://riangraphics.com, dan fitur utamanya adalah "A simple tool to count selected characters and words.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Count selected characters and words

Unduh file ekstensi Count selected characters and words 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

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

Informasi Dasar Ekstensi

Nama Count selected characters and words Count selected characters and words
ID pdbaijkfobjcdkppnnmjddjgfhjdpoge
URL Resmi https://chrome.google.com/webstore/detail/count-selected-characters/pdbaijkfobjcdkppnnmjddjgfhjdpoge
Deskripsi A simple tool to count selected characters and words.
Ukuran File 7.42 KB
Jumlah Instalasi 75
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2018-10-09
Tanggal Publikasi 2018-10-09
Penilaian 4.50/5 Total 4 Penilaian
Pengembang http://riangraphics.com
Tipe Pembayaran free
Situs Ekstensi https://riangraphics.com/highlithed-word-counter/
URL Halaman Bantuan https://riangraphics.com/highlithed-word-counter/#faq
Bahasa yang Didukung 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"
    ]
}