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
公式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
Eメール [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"
    }
}