Extractify

Extracts terms and definitions from a PowerPoint file

¿Qué es Extractify?

Extractify es una extensión de Chrome desarrollada por extractifyapp, y su función principal es "Extracts terms and definitions from a PowerPoint file".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Extractify

Descarga archivos de extensión Extractify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Extractify Extractify
ID ijkeendgbdgeajadokijhjhdbeicmbfe
URL Oficial https://chromewebstore.google.com/detail/extractify/ijkeendgbdgeajadokijhjhdbeicmbfe
Descripción Extracts terms and definitions from a PowerPoint file
Tamaño del Archivo 476 KB
Cantidad de Instalaciones 36
Versión Actual 0.0.0.4
Última Actualización 2023-04-19
Fecha de Publicación 2023-01-22
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador extractifyapp
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://extractify.onrender.com/
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/f86fb981-c902-463f-9651-478bd084ee57
Idiomas Soportados 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\/"
    ]
}