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.”。

擴展截圖

screenshot

下載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 Page Term Frequency
ID fimkecbekkdlbgnidbaknfhcmbenabko
官方網址 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"
    }
}