PaperClip

Memorize details from AI research papers

Cos'è PaperClip?

PaperClip è un'estensione di Chrome sviluppata da https://paperclipapp.xyz, e la sua funzione principale è "Memorize details from AI research papers".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PaperClip

Scarica i file di estensione PaperClip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PaperClip PaperClip
ID pfbjheafnhlpnjojhdonkfphnkablikp
URL Ufficiale https://chromewebstore.google.com/detail/paperclip/pfbjheafnhlpnjojhdonkfphnkablikp
Descrizione Memorize details from AI research papers
Dimensione del File 106 MB
Conteggio Installazioni 403
Versione Corrente 0.1.2
Ultimo Aggiornamento 2023-07-25
Data di Pubblicazione 2023-07-18
Sviluppatore https://paperclipapp.xyz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
    }
}