Simple image resizer

Resize an image to different sizes consecutively.

Co to jest Simple image resizer?

Simple image resizer to rozszerzenie Chrome opracowane przez Y2NR, a jego główną funkcją jest „Resize an image to different sizes consecutively.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple image resizer

Pobierz pliki rozszerzeń Simple image resizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Resize an image file to multiple resolutions with one click.

-Usage
Select of drop a file into the window.
Input longer side sizes.
Click Create New Images.

Jpeg/png files are supported.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple image resizer Simple image resizer
ID hmpnebihandoebkjgnmheinclppofppa
Oficjalny URL https://chromewebstore.google.com/detail/simple-image-resizer/hmpnebihandoebkjgnmheinclppofppa
Opis Resize an image to different sizes consecutively.
Rozmiar pliku 14.76 KB
Liczba instalacji 179
Aktualna Wersja 0.5.0
Ostatnia Aktualizacja 2020-09-08
Data Publikacji 2020-09-08
Deweloper Y2NR
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://twitter.com/Y2NR1
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.5.0",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/Simple Image Resizer icon_16.png",
        "48": "images\/Simple Image Resizer icon_48.png",
        "128": "images\/Simple Image Resizer icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/Simple Image Resizer icon_32.png",
        "default_title": "Simple Image Resizer ",
        "default_popup": "popup.html"
    }
}