Extractify
Extracts terms and definitions from a PowerPoint file
什么是Extractify?
Extractify是由extractifyapp开发的Chrome扩展程序,该扩展的主要功能是“Extracts terms and definitions from a PowerPoint file”。
扩展截图
下载Extractify扩展crx文件
下载Extractify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/" ] } |