Page Term Frequency

Count the occurrences of words on the page.

Apa itu Page Term Frequency?

Page Term Frequency adalah ekstensi Chrome yang dikembangkan oleh meiz, dan fitur utamanya adalah "Count the occurrences of words on the page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Page Term Frequency

Unduh file ekstensi Page Term Frequency 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

                        This tool creates a table containing every word on the webpage and a count of the number of times each word occurs.                    

Informasi Dasar Ekstensi

Nama Page Term Frequency Page Term Frequency
ID fimkecbekkdlbgnidbaknfhcmbenabko
URL Resmi https://chromewebstore.google.com/detail/page-term-frequency/fimkecbekkdlbgnidbaknfhcmbenabko
Deskripsi Count the occurrences of words on the page.
Ukuran File 4.05 KB
Jumlah Instalasi 45
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2021-12-10
Tanggal Publikasi 2021-12-09
Pengembang meiz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Term Frequency",
    "description": "Count the occurrences of words on the page.",
    "version": "0.1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}