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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}