Blinknotes

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

O que é Blinknotes?

Blinknotes é uma extensão do Chrome desenvolvida por paymon123, e sua principal característica é "Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Blinknotes

Baixe arquivos de extensão Blinknotes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Blinknotes Blinknotes
ID mbebeanffpldbejmnmjedelplfpbkmnd
URL Oficial https://chromewebstore.google.com/detail/blinknotes/mbebeanffpldbejmnmjedelplfpbkmnd
Descrição Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.
Tamanho do Arquivo 115 KB
Contagem de Instalações 377
Versão Atual 0.0.1.7
Última Atualização 2021-04-15
Data de Publicação 2021-01-18
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor paymon123
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}