Blinknotes
Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.
Wat is Blinknotes?
Blinknotes is een Chrome-extensie ontwikkeld door paymon123, en de belangrijkste functie is "Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.".
Extensie Screenshots
Download het CRX-bestand van de extensie Blinknotes
Download Blinknotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Blinknotes |
ID | mbebeanffpldbejmnmjedelplfpbkmnd |
Officiële URL | https://chromewebstore.google.com/detail/blinknotes/mbebeanffpldbejmnmjedelplfpbkmnd |
Beschrijving | Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments. |
Bestandsgrootte | 115 KB |
Aantal Installaties | 377 |
Huidige Versie | 0.0.1.7 |
Laatst Bijgewerkt | 2021-04-15 |
Publicatiedatum | 2021-01-18 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | paymon123 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |