Extractify

Extracts terms and definitions from a PowerPoint file

什麼是Extractify?

Extractify是由extractifyapp開發的Chrome擴展程式,該擴展的主要功能是“Extracts terms and definitions from a PowerPoint file”。

擴展截圖

screenshot
screenshot

下載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 Extractify
ID ijkeendgbdgeajadokijhjhdbeicmbfe
官方網址 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\/"
    ]
}