Page Term Frequency
Count the occurrences of words on the page.
What is Page Term Frequency?
Page Term Frequency is a Chrome extension developed by meiz, and its main feature is "Count the occurrences of words on the page.".
Extension Screenshots
Download Page Term Frequency Extension CRX File
Download Page Term Frequency extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This tool creates a table containing every word on the webpage and a count of the number of times each word occurs.
Extension Basic Information
Name | Page Term Frequency |
ID | fimkecbekkdlbgnidbaknfhcmbenabko |
Official URL | https://chromewebstore.google.com/detail/page-term-frequency/fimkecbekkdlbgnidbaknfhcmbenabko |
Description | Count the occurrences of words on the page. |
File Size | 4.05 KB |
Installation Count | 45 |
Current Version | 0.1.0 |
Last Updated | 2021-12-10 |
Publish Date | 2021-12-09 |
Developer | meiz |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |