PaperClip
Memorize details from AI research papers
什么是PaperClip?
PaperClip是由https://paperclipapp.xyz开发的Chrome扩展程序,该扩展的主要功能是“Memorize details from AI research papers”。
扩展截图
下载PaperClip扩展crx文件
下载PaperClip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | pfbjheafnhlpnjojhdonkfphnkablikp |
| 官方URL | https://chromewebstore.google.com/detail/paperclip/pfbjheafnhlpnjojhdonkfphnkablikp |
| 简介 | Memorize details from AI research papers |
| 文件大小 | 106 MB |
| 安装次数 | 403 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2023-07-25 |
| 上架时间 | 2023-07-18 |
| 开发者 | https://paperclipapp.xyz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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'"
}
} | |