Image Convert and Download

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

Qu'est-ce que Image Convert and Download ?

Image Convert and Download est une extension Chrome développée par haseebeqx, et sa fonction principale est "Allows to download svg and images and take screenshots in different formats".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Image Convert and Download

Téléchargez les fichiers d'extension Image Convert and Download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Image Convert and Download Image Convert and Download
ID ebdifgjdeelbjjbbnmbcggnaehencepi
URL Officiel https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi
Description Allows to download svg and images and take screenshots in different formats
Taille du Fichier 14.53 KB
Nombre d'Installations 45
Version Actuelle 0.3
Dernière Mise à Jour 2020-12-31
Date de Publication 2020-12-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur haseebeqx
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/haseebeqx/image-converter-downloader-extension
URL de la Page d'Aide https://github.com/haseebeqx/image-converter-downloader-extension/issues
Langues Prises en Charge 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
}