Save Image As Png

Save Image As Png

Что такое Save Image As Png?

Save Image As Png - это расширение Chrome, разработанное One Time Technology, и его основная функция - "Save Image As Png".

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

screenshot

Скачать файл CRX расширения Save Image As Png

Скачайте файлы расширений Save Image As Png в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Save image as png
Adds the "Save Image As PNG" option to the context menu of images.
Converts an image to PNG before showing the Save As dialog.

WebP is a new image format developed by Google. These images are small, but their format is not widely recognized yet. By converting the image to PNG, you will be able to use it in image editing programs, and/or upload it to online image hosting sites such as imgur.

The extension has a low footprint: It does not use any memory or CPU unless you use it by clicking on the context menu option.                    

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

Название Save Image As Png Save Image As Png
ID lcmjmlikfpkekigllmmcdcmmpledladh
Официальный URL https://chromewebstore.google.com/detail/save-image-as-png/lcmjmlikfpkekigllmmcdcmmpledladh
Описание Save Image As Png
Размер файла 16.34 KB
Количество установок 1,271
Текущая Версия 1.0.0
Последнее Обновление 2022-06-15
Дата публикации 2022-06-14
Рейтинг 5.00/5 Всего 4 оценок
Разработчик One Time Technology
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "description": "Save Image As Png",
    "icons": {
        "128": "icons\/icon128.png",
        "144": "icons\/icon144.png",
        "192": "icons\/icon192.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "96": "icons\/icon96.png"
    },
    "manifest_version": 3,
    "name": "Save Image As Png",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "version": "1.0.0",
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}