Page Term Frequency

Count the occurrences of words on the page.

Was ist Page Term Frequency?

Page Term Frequency ist eine Chrome-Erweiterung, die von meiz entwickelt wurde, und ihr Hauptmerkmal ist "Count the occurrences of words on the page.".

Erweiterungsscreenshots

screenshot

Page Term Frequency-Erweiterungs-CRX-Datei herunterladen

Laden Sie Page Term Frequency-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Page Term Frequency Page Term Frequency
ID fimkecbekkdlbgnidbaknfhcmbenabko
Offizielle URL https://chromewebstore.google.com/detail/page-term-frequency/fimkecbekkdlbgnidbaknfhcmbenabko
Beschreibung Count the occurrences of words on the page.
Dateigröße 4.05 KB
Installationsanzahl 45
Aktuelle Version 0.1.0
Letztes Update 2021-12-10
Veröffentlichungsdatum 2021-12-09
Entwickler meiz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}