PaperClip

Memorize details from AI research papers

PaperClipとは何ですか?

PaperClipはhttps://paperclipapp.xyzによって開発されたChromeの拡張機能で、その主な機能は「Memorize details from AI research papers」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

PaperClip拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
    }
}