Image Convert and Download

Allows to download svg and images and take screenshots in different formats

Co to jest Image Convert and Download?

Image Convert and Download to rozszerzenie Chrome opracowane przez haseebeqx, a jego główną funkcją jest „Allows to download svg and images and take screenshots in different formats”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Image Convert and Download

Pobierz pliki rozszerzeń Image Convert and Download 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

                        This extension creates a context menu to download any images including favicon or take a page screenshot in JPEG or PNG format. It works with any image format supported by chrome including svg. It also allows to copy any image as data urls.                    

Podstawowe informacje o rozszerzeniu

Nazwa Image Convert and Download Image Convert and Download
ID ebdifgjdeelbjjbbnmbcggnaehencepi
Oficjalny URL https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi
Opis Allows to download svg and images and take screenshots in different formats
Rozmiar pliku 14.53 KB
Liczba instalacji 45
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2020-12-31
Data Publikacji 2020-12-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper haseebeqx
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/haseebeqx/image-converter-downloader-extension
Adres URL Strony Pomocy https://github.com/haseebeqx/image-converter-downloader-extension/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Convert and Download",
    "version": "0.3",
    "description": "Allows to download svg and images and take screenshots in different formats",
    "permissions": [
        "contextMenus",
        "downloads",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "contextMenu.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}