Blinknotes
Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.
Blinknotes là gì?
Blinknotes là một tiện ích mở rộng Chrome được phát triển bởi paymon123, và tính năng chính của nó là "Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Blinknotes
Tải xuống các tệp mở rộng Blinknotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Blinknotes |
ID | mbebeanffpldbejmnmjedelplfpbkmnd |
URL Chính Thức | https://chromewebstore.google.com/detail/blinknotes/mbebeanffpldbejmnmjedelplfpbkmnd |
Mô tả | Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments. |
Kích Thước Tệp | 115 KB |
Số Lần Cài Đặt | 377 |
Phiên Bản Hiện Tại | 0.0.1.7 |
Cập Nhật Lần Cuối | 2021-04-15 |
Ngày Phát Hành | 2021-01-18 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | paymon123 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |