Extractify

Extracts terms and definitions from a PowerPoint file

Co to jest Extractify?

Extractify to rozszerzenie Chrome opracowane przez extractifyapp, a jego główną funkcją jest „Extracts terms and definitions from a PowerPoint file”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Extractify

Pobierz pliki rozszerzeń Extractify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Extractify Extractify
ID ijkeendgbdgeajadokijhjhdbeicmbfe
Oficjalny URL https://chromewebstore.google.com/detail/extractify/ijkeendgbdgeajadokijhjhdbeicmbfe
Opis Extracts terms and definitions from a PowerPoint file
Rozmiar pliku 476 KB
Liczba instalacji 36
Aktualna Wersja 0.0.0.4
Ostatnia Aktualizacja 2023-04-19
Data Publikacji 2023-01-22
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper extractifyapp
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://extractify.onrender.com/
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/live/f86fb981-c902-463f-9651-478bd084ee57
Obsługiwane Języki 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\/"
    ]
}