Frequency
Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.
Was ist Frequency?
Frequency ist eine Chrome-Erweiterung, die von C Bharath Sai Reddy entwickelt wurde, und ihr Hauptmerkmal ist "Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.".
Erweiterungsscreenshots
Frequency-Erweiterungs-CRX-Datei herunterladen
Laden Sie Frequency-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | gjmchhhdehafhaejllccmonlgbfcgkkm | 
| Offizielle URL | https://chromewebstore.google.com/detail/frequency/gjmchhhdehafhaejllccmonlgbfcgkkm | 
| Beschreibung | Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text. | 
| Dateigröße | 192 KB | 
| Installationsanzahl | 37 | 
| Aktuelle Version | 1.0.0 | 
| Letztes Update | 2020-05-17 | 
| Veröffentlichungsdatum | 2020-05-17 | 
| Bewertung | 5.00/5 Insgesamt 8 Bewertungen | 
| Entwickler | C Bharath Sai Reddy | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    }
}  |  |