SimplePDF - Edit and Fill PDF

Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy

Что такое SimplePDF - Edit and Fill PDF?

SimplePDF - Edit and Fill PDF - это расширение Chrome, разработанное https://simplepdf.eu, и его основная функция - "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения SimplePDF - Edit and Fill PDF

Скачайте файлы расширений SimplePDF - Edit and Fill PDF в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The SimplePDF extension allows you to easily open any PDF using the Simple PDF editor without leaving the page you are currently viewing.

SimplePDF respects your privacy: the document you load and the data you fill in are never sent to a server. Read more about it in our privacy policy: https://simplepdf.eu/privacy-policy                    

Основная информация о расширении

Название SimplePDF - Edit and Fill PDF SimplePDF - Edit and Fill PDF
ID fgikademdabjcmnlgmgbifipooibbepi
Официальный URL https://chromewebstore.google.com/detail/simplepdf-edit-and-fill-p/fgikademdabjcmnlgmgbifipooibbepi
Описание Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy
Размер файла 24.83 KB
Количество установок 3,640
Текущая Версия 1.2.0
Последнее Обновление 2023-11-27
Дата публикации 2022-09-26
Рейтинг 4.54/5 Всего 13 оценок
Разработчик https://simplepdf.eu
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://simplepdf.eu
URL страницы помощи https://www.simplepdf.eu/terms_of_service
URL страницы политики конфиденциальности https://simplepdf.eu/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimplePDF - Edit and Fill PDF",
    "description": "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy",
    "version": "1.2.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}