Blinknotes
Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.
Hvad er Blinknotes?
Blinknotes er en Chrome-udvidelse udviklet af paymon123, og dens hovedfunktion er "Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.".
Udvidelsesskærmbilleder
Download Blinknotes-udvidelses-CRX-fil
Download Blinknotes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Blinknotes |
ID | mbebeanffpldbejmnmjedelplfpbkmnd |
Officiel URL | https://chromewebstore.google.com/detail/blinknotes/mbebeanffpldbejmnmjedelplfpbkmnd |
Beskrivelse | Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments. |
Filstørrelse | 115 KB |
Antal Installationer | 377 |
Nuværende Version | 0.0.1.7 |
Senest Opdateret | 2021-04-15 |
Udgivelsesdato | 2021-01-18 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | paymon123 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |