Frequency
Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.
Wat is Frequency?
Frequency is een Chrome-extensie ontwikkeld door C Bharath Sai Reddy, en de belangrijkste functie is "Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Frequency
Download Frequency-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Frequency |
ID | gjmchhhdehafhaejllccmonlgbfcgkkm |
Officiële URL | https://chromewebstore.google.com/detail/frequency/gjmchhhdehafhaejllccmonlgbfcgkkm |
Beschrijving | Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text. |
Bestandsgrootte | 192 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-05-17 |
Publicatiedatum | 2020-05-17 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | C Bharath Sai Reddy |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |