PaperClip
Memorize details from AI research papers
What is PaperClip?
PaperClip is a Chrome extension developed by https://paperclipapp.xyz, and its main feature is "Memorize details from AI research papers".
Extension Screenshots
Download PaperClip Extension CRX File
Download PaperClip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PaperClip |
ID | pfbjheafnhlpnjojhdonkfphnkablikp |
Official URL | https://chromewebstore.google.com/detail/paperclip/pfbjheafnhlpnjojhdonkfphnkablikp |
Description | Memorize details from AI research papers |
File Size | 106 MB |
Installation Count | 403 |
Current Version | 0.1.2 |
Last Updated | 2023-07-25 |
Publish Date | 2023-07-18 |
Developer | https://paperclipapp.xyz |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } } |