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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |