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
官方網址 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
}