Page Term Frequency
Count the occurrences of words on the page.
Co to jest Page Term Frequency?
Page Term Frequency to rozszerzenie Chrome opracowane przez meiz, a jego główną funkcją jest „Count the occurrences of words on the page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Page Term Frequency
Pobierz pliki rozszerzeń Page Term Frequency w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This tool creates a table containing every word on the webpage and a count of the number of times each word occurs. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fimkecbekkdlbgnidbaknfhcmbenabko |
| Oficjalny URL | https://chromewebstore.google.com/detail/page-term-frequency/fimkecbekkdlbgnidbaknfhcmbenabko |
| Opis | Count the occurrences of words on the page. |
| Rozmiar pliku | 4.05 KB |
| Liczba instalacji | 45 |
| Aktualna Wersja | 0.1.0 |
| Ostatnia Aktualizacja | 2021-12-10 |
| Data Publikacji | 2021-12-09 |
| Deweloper | meiz |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |