PDFAI.io - Best AI PDF chrome extension

Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.

什麼是PDFAI.io - Best AI PDF chrome extension?

PDFAI.io - Best AI PDF chrome extension是由haitham.mousaa開發的Chrome擴展程式,該擴展的主要功能是“Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.”。

擴展截圖

screenshot

下載PDFAI.io - Best AI PDF chrome extension擴展crx文件

下載PDFAI.io - Best AI PDF chrome extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Efficiently read and interact with PDFs while seamlessly generating and answering questions about their content                    

擴展基本資訊

名稱 PDFAI.io - Best AI PDF chrome extension PDFAI.io - Best AI PDF chrome extension
ID jocmhahiccpckdaffdokgaijcdofgpff
官方網址 https://chromewebstore.google.com/detail/pdfaiio-best-ai-pdf-chrom/jocmhahiccpckdaffdokgaijcdofgpff
簡介 Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.
檔案大小 236 KB
安裝次數 136
目前版本 0.0.1
更新時間 2024-01-02
上架時間 2024-01-02
開發者 haitham.mousaa
電子郵箱 [email protected]
付費類型 free
擴展官網 http://pdfai.io/
說明頁面URL https://www.pdfai.io/chrome-extension
隱私政策頁面URL https://www.pdfai.io/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PDFAI.io  - Best AI PDF chrome extension",
    "version": "0.0.1",
    "description": "Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.",
    "permissions": [
        "storage",
        "activeTab",
        "webRequest",
        "scripting"
    ],
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf",
                "https:\/\/drive.google.com\/file\/d\/*\/view*",
                "https:\/\/www.dropbox.com\/home?preview=*.pdf*",
                "https:\/\/www.dropbox.com\/preview\/*.pdf*",
                "https:\/\/www.dropbox.com\/scl\/fi\/*\/*.pdf*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "contentStyle.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.app.pdfai.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/svg\/*.svg",
                "contentStyle.css",
                "icon-128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}