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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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