PaperClip
Memorize details from AI research papers
Wat is PaperClip?
PaperClip is een Chrome-extensie ontwikkeld door https://paperclipapp.xyz, en de belangrijkste functie is "Memorize details from AI research papers".
Extensie Screenshots
Download het CRX-bestand van de extensie PaperClip
Download PaperClip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | PaperClip |
ID | pfbjheafnhlpnjojhdonkfphnkablikp |
Officiële URL | https://chromewebstore.google.com/detail/paperclip/pfbjheafnhlpnjojhdonkfphnkablikp |
Beschrijving | Memorize details from AI research papers |
Bestandsgrootte | 106 MB |
Aantal Installaties | 403 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2023-07-25 |
Publicatiedatum | 2023-07-18 |
Ontwikkelaar | https://paperclipapp.xyz |
duprez.hugo@gmail.com | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } } |