Blinknotes

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

What is Blinknotes?

Blinknotes is a Chrome extension developed by paymon123, and its main feature is "Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.".

Extension Screenshots

screenshot
screenshot

Download Blinknotes Extension CRX File

Download Blinknotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Blinknotes Blinknotes
ID mbebeanffpldbejmnmjedelplfpbkmnd
Official URL https://chromewebstore.google.com/detail/blinknotes/mbebeanffpldbejmnmjedelplfpbkmnd
Description Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.
File Size 115 KB
Installation Count 377
Current Version 0.0.1.7
Last Updated 2021-04-15
Publish Date 2021-01-18
Rating 1.00/5 Total 1 Ratings
Developer paymon123
Email [email protected]
Payment Type free
Supported Languages 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
}