Extractify
Extracts terms and definitions from a PowerPoint file
Hvad er Extractify?
Extractify er en Chrome-udvidelse udviklet af extractifyapp, og dens hovedfunktion er "Extracts terms and definitions from a PowerPoint file".
Udvidelsesskærmbilleder
Download Extractify-udvidelses-CRX-fil
Download Extractify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Extractify |
ID | ijkeendgbdgeajadokijhjhdbeicmbfe |
Officiel URL | https://chromewebstore.google.com/detail/extractify/ijkeendgbdgeajadokijhjhdbeicmbfe |
Beskrivelse | Extracts terms and definitions from a PowerPoint file |
Filstørrelse | 476 KB |
Antal Installationer | 36 |
Nuværende Version | 0.0.0.4 |
Senest Opdateret | 2023-04-19 |
Udgivelsesdato | 2023-01-22 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | extractifyapp |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://extractify.onrender.com/ |
URL til Fortrolighedspolitik Side | https://www.freeprivacypolicy.com/live/f86fb981-c902-463f-9651-478bd084ee57 |
Understøttede Sprog | 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\/" ] } |