Frequency

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

Co je Frequency?

Frequency je rozšíření Chrome vyvinuté C Bharath Sai Reddy, a jeho hlavní funkcí je „Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Frequency

Stáhněte si soubory rozšíření Frequency ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Frequency Frequency
ID gjmchhhdehafhaejllccmonlgbfcgkkm
Oficiální URL https://chromewebstore.google.com/detail/frequency/gjmchhhdehafhaejllccmonlgbfcgkkm
Popis Finds summary and High frequency words.Moslty usefull for blogs.It may take 10s to generate depending upon the size of text.
Velikost souboru 192 KB
Počet instalací 37
Aktuální Verze 1.0.0
Poslední Aktualizace 2020-05-17
Datum Vydání 2020-05-17
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář C Bharath Sai Reddy
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}