Blinknotes

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

什么是Blinknotes?

Blinknotes是由paymon123开发的Chrome扩展程序,该扩展的主要功能是“Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.”。

扩展截图

screenshot
screenshot

下载Blinknotes扩展crx文件

下载Blinknotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Blinknotes Blinknotes
ID mbebeanffpldbejmnmjedelplfpbkmnd
官方URL https://chromewebstore.google.com/detail/blinknotes/mbebeanffpldbejmnmjedelplfpbkmnd
简介 Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.
文件大小 115 KB
安装次数 377
当前版本 0.0.1.7
更新时间 2021-04-15
上架时间 2021-01-18
评分 1.00/5 共1次评分
开发者 paymon123
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}