PaperClip

Memorize details from AI research papers

PaperClipคืออะไร?

PaperClip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://paperclipapp.xyz และคุณลักษณะหลักของมันคือ "Memorize details from AI research papers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PaperClip

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PaperClip PaperClip
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'"
    }
}