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 هو إضافة Chrome تم تطويرها بواسطة haitham.mousaa، والميزة الرئيسية لها هي "Chat, summarize, & engage with PDFs effortlessly! AI-powered extension for interactive document interaction.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PDFAI.io - Best AI PDF chrome extension
قم بتنزيل ملفات الامتداد PDFAI.io - Best AI PDF chrome extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://pdfai.io/ |
| عنوان صفحة المساعدة | https://www.pdfai.io/chrome-extension |
| عنوان صفحة سياسة الخصوصية | 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": [
" | |