Page Term Frequency

Count the occurrences of words on the page.

Page Term Frequencyคืออะไร?

Page Term Frequency เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meiz และคุณลักษณะหลักของมันคือ "Count the occurrences of words on the page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Term Frequency

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}