Frequency

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

Frequency là gì?

Frequency là một tiện ích mở rộng Chrome được phát triển bởi C Bharath Sai Reddy, và tính năng chính của nó là "Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Frequency

Tải xuống các tệp mở rộng Frequency dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Frequency Frequency
ID gjmchhhdehafhaejllccmonlgbfcgkkm
URL Chính Thức https://chromewebstore.google.com/detail/frequency/gjmchhhdehafhaejllccmonlgbfcgkkm
Mô tả Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.
Kích Thước Tệp 192 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-05-17
Ngày Phát Hành 2020-05-17
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển C Bharath Sai Reddy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}