Page Term Frequency
Count the occurrences of words on the page.
Vad är Page Term Frequency?
Page Term Frequency är en Chrome-tillägg utvecklad av meiz, och dess huvudfunktion är "Count the occurrences of words on the page.".
Tilläggsskärmbilder
Ladda ner Page Term Frequency-förlängningens CRX-fil
Ladda ner Page Term Frequency-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This tool creates a table containing every word on the webpage and a count of the number of times each word occurs. Grundläggande Information om Tillägg
| Namn | |
| ID | fimkecbekkdlbgnidbaknfhcmbenabko |
| Officiell webbadress | https://chromewebstore.google.com/detail/page-term-frequency/fimkecbekkdlbgnidbaknfhcmbenabko |
| Beskrivning | Count the occurrences of words on the page. |
| Filstorlek | 4.05 KB |
| Antal Installationer | 45 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2021-12-10 |
| Publiceringsdatum | 2021-12-09 |
| Utvecklare | meiz |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |