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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |