Page Term Frequency
Count the occurrences of words on the page.
Wat is Page Term Frequency?
Page Term Frequency is een Chrome-extensie ontwikkeld door meiz, en de belangrijkste functie is "Count the occurrences of words on the page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Page Term Frequency
Download Page Term Frequency-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This tool creates a table containing every word on the webpage and a count of the number of times each word occurs. Basisinformatie over de Extensie
| Naam | |
| ID | fimkecbekkdlbgnidbaknfhcmbenabko |
| Officiële URL | https://chromewebstore.google.com/detail/page-term-frequency/fimkecbekkdlbgnidbaknfhcmbenabko |
| Beschrijving | Count the occurrences of words on the page. |
| Bestandsgrootte | 4.05 KB |
| Aantal Installaties | 45 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2021-12-10 |
| Publicatiedatum | 2021-12-09 |
| Ontwikkelaar | meiz |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |