Blinknotes

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

Co to jest Blinknotes?

Blinknotes to rozszerzenie Chrome opracowane przez paymon123, a jego główną funkcją jest „Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Blinknotes

Pobierz pliki rozszerzeń Blinknotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Blinknotes Blinknotes
ID mbebeanffpldbejmnmjedelplfpbkmnd
Oficjalny URL https://chromewebstore.google.com/detail/blinknotes/mbebeanffpldbejmnmjedelplfpbkmnd
Opis Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.
Rozmiar pliku 115 KB
Liczba instalacji 377
Aktualna Wersja 0.0.1.7
Ostatnia Aktualizacja 2021-04-15
Data Publikacji 2021-01-18
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper paymon123
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}