Frequency

Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.

ما هو Frequency؟

Frequency هو إضافة Chrome تم تطويرها بواسطة C Bharath Sai Reddy، والميزة الرئيسية لها هي "Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Frequency

قم بتنزيل ملفات الامتداد Frequency بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Frequency enables users with summarized text of the web page excluding all the redundant information.This works with the help of Natural language processing.Also Frequency helps users by showing the most used words in the web page  as the name suggests.This helps all kinds of users with minimizing their task of understanding.                    

معلومات أساسية عن التمديد

الاسم Frequency Frequency
ID gjmchhhdehafhaejllccmonlgbfcgkkm
عنوان URL الرسمي https://chromewebstore.google.com/detail/frequency/gjmchhhdehafhaejllccmonlgbfcgkkm
الوصف Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.
حجم الملف 192 KB
عدد التثبيتات 37
النسخة الحالية 1.0.0
آخر تحديث 2020-05-17
تاريخ النشر 2020-05-17
تقييم 5.00/5 مجموع تقييمات 8
المطور C Bharath Sai Reddy
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Frequency",
    "description": "Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/freqapiexte.herokuapp.com\/generate_summary\/",
        "https:\/\/freqapiexte.herokuapp.com\/idealweight\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Frequency",
        "default_popup": "popup.html"
    }
}