PaperClip
Memorize details from AI research papers
PaperClip là gì?
PaperClip là một tiện ích mở rộng Chrome được phát triển bởi https://paperclipapp.xyz, và tính năng chính của nó là "Memorize details from AI research papers".
Ả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 PaperClip
Tải xuống các tệp mở rộng PaperClip 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
Memorize important findings in research papers about machine learning, computer vision, and natural language processing. How to use it: Select the text you want to memorize and right-click "Memorize". Then in the extension, you can find back all your saved bits and related source. Features: - Save from PDFs, blogs, and websites. - Find back your findings with a single search in the extension. - All your saved bits are stored and indexed locally, no data is sent to any server. - Offline support.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PaperClip |
ID | pfbjheafnhlpnjojhdonkfphnkablikp |
URL Chính Thức | https://chromewebstore.google.com/detail/paperclip/pfbjheafnhlpnjojhdonkfphnkablikp |
Mô tả | Memorize details from AI research papers |
Kích Thước Tệp | 106 MB |
Số Lần Cài Đặt | 403 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2023-07-25 |
Ngày Phát Hành | 2023-07-18 |
Nhà Phát Triển | https://paperclipapp.xyz |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PaperClip", "description": "Memorize details from AI research papers", "version": "0.1.2", "manifest_version": 3, "action": { "default_title": "PaperClip", "default_icon": "logo.png", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "contextMenus", "unlimitedStorage", "storage", "tabs" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } } |