Page Term Frequency
Count the occurrences of words on the page.
什么是Page Term Frequency?
Page Term Frequency是由meiz开发的Chrome扩展程序,该扩展的主要功能是“Count the occurrences of words on the page.”。
扩展截图
下载Page Term Frequency扩展crx文件
下载Page Term Frequency扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool creates a table containing every word on the webpage and a count of the number of times each word occurs.
扩展基本信息
名称 | Page Term Frequency |
ID | fimkecbekkdlbgnidbaknfhcmbenabko |
官方URL | https://chromewebstore.google.com/detail/page-term-frequency/fimkecbekkdlbgnidbaknfhcmbenabko |
简介 | Count the occurrences of words on the page. |
文件大小 | 4.05 KB |
安装次数 | 45 |
当前版本 | 0.1.0 |
更新时间 | 2021-12-10 |
上架时间 | 2021-12-09 |
开发者 | meiz |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |