PaperClip

Memorize details from AI research papers

Apa itu PaperClip?

PaperClip adalah ekstensi Chrome yang dikembangkan oleh https://paperclipapp.xyz, dan fitur utamanya adalah "Memorize details from AI research papers".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PaperClip

Unduh file ekstensi PaperClip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PaperClip PaperClip
ID pfbjheafnhlpnjojhdonkfphnkablikp
URL Resmi https://chromewebstore.google.com/detail/paperclip/pfbjheafnhlpnjojhdonkfphnkablikp
Deskripsi Memorize details from AI research papers
Ukuran File 106 MB
Jumlah Instalasi 403
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2023-07-25
Tanggal Publikasi 2023-07-18
Pengembang https://paperclipapp.xyz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
    }
}