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
官方URL 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": [
                ""
            ]
        }
    ]
}