PDF editor PDFOffice to edit and create PDF
PDFOffice, a PDF editor to create and edit any PDF file using a web browser.
Что такое PDF editor PDFOffice to edit and create PDF?
PDF editor PDFOffice to edit and create PDF - это расширение Chrome, разработанное https://www.redcoolmedia.net, и его основная функция - "PDFOffice, a PDF editor to create and edit any PDF file using a web browser.".
Снимки экрана расширения
Скачать файл CRX расширения PDF editor PDFOffice to edit and create PDF
Скачайте файлы расширений PDF editor PDFOffice to edit and create PDF в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
PDFOffice is a PDF Editor online from which you can perform editing operations over PDF files but using your web browser. Main features in editing PDF files: - Create a new document or open an existing one. - Insert texts with different font color. - Insert texts with different font size. - Use some different font style in your inserted text. - Move the inserted text in any part of the document. - Insert images - Download your modified PDF
Основная информация о расширении
Название | PDF editor PDFOffice to edit and create PDF |
ID | mffappoadhfalhjgmfaoecjbdjfdfhdj |
Официальный URL | https://chromewebstore.google.com/detail/pdf-editor-pdfoffice-to-e/mffappoadhfalhjgmfaoecjbdjfdfhdj |
Описание | PDFOffice, a PDF editor to create and edit any PDF file using a web browser. |
Размер файла | 368 KB |
Количество установок | 58,897 |
Текущая Версия | 1.6.5 |
Последнее Обновление | 2024-01-02 |
Дата публикации | 2020-02-27 |
Рейтинг | 2.43/5 Всего 87 оценок |
Разработчик | https://www.redcoolmedia.net |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.redcoolmedia.net/ |
URL страницы политики конфиденциальности | http://www.redcoolmedia.net/index.php/cloud-apps-policy |
Поддерживаемые языки | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.6.5", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "options_page": "settings.html", "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "permissions": [ "storage", "webRequest" ], "background": { "service_worker": "service.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |