Extractify
Extracts terms and definitions from a PowerPoint file
Extractify란 무엇입니까?
Extractify은(는) extractifyapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extracts terms and definitions from a PowerPoint file"입니다.
확장 프로그램 스크린샷
Extractify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extractify is the ultimate tool for students looking to easily extract and organize key terms and definitions from their class readings and study materials. Extractify makes it simple to quickly pull important information from your lecture slides and study more efficiently. Upload your .pptx file and Extractify does the rest by automatically recognizing terms and definitions for you! Say goodbye to tedious manual highlighting and note-taking - Extractify does the heavy lifting for you. Plus, with the option to export your extracted information as a .pdf file, you can seamlessly integrate Extractify into your existing study workflow. Don't waste any more time sifting through pages of irrelevant information - install Extractify today and take control of your studying.
확장 프로그램 기본 정보
이름 | Extractify |
ID | ijkeendgbdgeajadokijhjhdbeicmbfe |
공식 URL | https://chromewebstore.google.com/detail/extractify/ijkeendgbdgeajadokijhjhdbeicmbfe |
설명 | Extracts terms and definitions from a PowerPoint file |
파일 크기 | 476 KB |
설치 횟수 | 36 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2023-04-19 |
출시 날짜 | 2023-01-22 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | extractifyapp |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://extractify.onrender.com/ |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/f86fb981-c902-463f-9651-478bd084ee57 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Extractify", "description": "Extracts terms and definitions from a PowerPoint file", "version": "0.0.0.4", "action": { "default_popup": "popup.html", "default_icon": "ExtractifyB.png" }, "icons": { "16": "ExtractifyB.png", "48": "ExtractifyB.png", "128": "ExtractifyB.png" }, "host_permissions": [ "https:\/\/auto-text.onrender.com\/", "https:\/\/auto-libs.onrender.com\/" ] } |