PaperClip
Memorize details from AI research papers
PaperClip란 무엇입니까?
PaperClip은(는) https://paperclipapp.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Memorize details from AI research papers"입니다.
확장 프로그램 스크린샷
PaperClip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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'" } } |