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 с друзьями, чтобы легко установить расширения 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 |
| Электронная почта | [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": [
" | |