Page Term Frequency

Count the occurrences of words on the page.

Cos'è Page Term Frequency?

Page Term Frequency è un'estensione di Chrome sviluppata da meiz, e la sua funzione principale è "Count the occurrences of words on the page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Page Term Frequency

Scarica i file di estensione Page Term Frequency in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Page Term Frequency Page Term Frequency
ID fimkecbekkdlbgnidbaknfhcmbenabko
URL Ufficiale https://chromewebstore.google.com/detail/page-term-frequency/fimkecbekkdlbgnidbaknfhcmbenabko
Descrizione Count the occurrences of words on the page.
Dimensione del File 4.05 KB
Conteggio Installazioni 45
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-12-10
Data di Pubblicazione 2021-12-09
Sviluppatore meiz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}