Ferret
AI-flashcards that help you learn whatever you'd like, wherever you go on the internet.
Ferret란 무엇입니까?
Ferret은(는) ferretflashcards에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI-flashcards that help you learn whatever you'd like, wherever you go on the internet."입니다.
확장 프로그램 스크린샷
Ferret 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ferret is a helpful sidekick for when you're learning interesting, challenging content that you'd like to better remember. More technically, Ferret is a Chrome extension that uses NLP to generate and ask helpful recall-based questions to reinforce key concepts for almost anything you read on the internet. Perhaps you're reading about the nuts and bolts of how transformers work in NLP, skimming documentation to remember the return value of a certain Javascript method, or following class notes from an art history lecture. But how much did you really take away from that article? And how much will you honestly remember a few hours or a day later? You may take notes during a class or while reading a book, but we rarely have the time to take a step back and do this for the mountain of content that we learn online. We're excited to imagine how much more you could create if you could burn the content you cared about into your memory. We hope that Ferret can be the first step towards helping you get there. Ferret is in alpha-release right now, which means that you'll encounter bugs and slower latency than we'd like. However, we welcome your contributions, and will actively review PRs and issues.
확장 프로그램 기본 정보
이름 | Ferret |
ID | mjnmolplinickaigofdpejfgfoehnlbh |
공식 URL | https://chromewebstore.google.com/detail/ferret/mjnmolplinickaigofdpejfgfoehnlbh |
설명 | AI-flashcards that help you learn whatever you'd like, wherever you go on the internet. |
파일 크기 | 723 KB |
설치 횟수 | 56 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2021-08-18 |
출시 날짜 | 2021-08-13 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | ferretflashcards |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "background": { "service_worker": "background.js" }, "name": "Ferret", "description": "AI-flashcards that help you learn whatever you'd like, wherever you go on the internet. ", "version": "0.0.2", "commands": { "_execute_action": { "suggested_key": "Ctrl+Shift+Y", "description": "Test Command" } }, "action": { "default_title": "Open the popup", "default_popup": "index.html" }, "icons": { "16": "logo512.png", "48": "logo512.png", "128": "logo512.png" }, "permissions": [ "tabs", "storage", "commands", "background", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ] } |