Image Convert and Download

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

Cos'è Image Convert and Download?

Image Convert and Download è un'estensione di Chrome sviluppata da haseebeqx, e la sua funzione principale è "Allows to download svg and images and take screenshots in different formats".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Image Convert and Download

Scarica i file di estensione Image Convert and Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Image Convert and Download Image Convert and Download
ID ebdifgjdeelbjjbbnmbcggnaehencepi
URL Ufficiale https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi
Descrizione Allows to download svg and images and take screenshots in different formats
Dimensione del File 14.53 KB
Conteggio Installazioni 45
Versione Corrente 0.3
Ultimo Aggiornamento 2020-12-31
Data di Pubblicazione 2020-12-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore haseebeqx
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/haseebeqx/image-converter-downloader-extension
URL della Pagina di Aiuto https://github.com/haseebeqx/image-converter-downloader-extension/issues
Lingue Supportate 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
}