Blinknotes

Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.

Co je Blinknotes?

Blinknotes je rozšíření Chrome vyvinuté paymon123, a jeho hlavní funkcí je „Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

Stáhněte si soubory rozšíření Blinknotes 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í

                        Return the key sentences in any set of highlighted text.  If no text is selected, it will be applied to the entire article instead.  Adjust the desired length and analysis algorithm through the browser menu.                    

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

Název Blinknotes Blinknotes
ID mbebeanffpldbejmnmjedelplfpbkmnd
Oficiální URL https://chromewebstore.google.com/detail/blinknotes/mbebeanffpldbejmnmjedelplfpbkmnd
Popis Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.
Velikost souboru 115 KB
Počet instalací 377
Aktuální Verze 0.0.1.7
Poslední Aktualizace 2021-04-15
Datum Vydání 2021-01-18
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář paymon123
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blinknotes",
    "version": "0.0.1.7",
    "description": "Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.",
    "permissions": [
        "storage",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/brain16.png",
            "32": "images\/brain32.png",
            "48": "images\/brain48.png",
            "128": "images\/brain128.png"
        }
    },
    "icons": {
        "16": "images\/brain16.png",
        "32": "images\/brain32.png",
        "48": "images\/brain48.png",
        "128": "images\/brain128.png"
    },
    "manifest_version": 2
}