Download Image from Context Menu

Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.

Qu'est-ce que Download Image from Context Menu ?

Download Image from Context Menu est une extension Chrome développée par Erisa A, et sa fonction principale est "Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Download Image from Context Menu

Téléchargez les fichiers d'extension Download Image from Context Menu 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 simply adds a context menu item which allows you to (Directly) download an image. 
The simple idea for this extension was born from saving multiple images at once, and rapidly pressing enter after each save to go through the "Save as" prompt.                    

Informations de Base sur l'Extension

Nom Download Image from Context Menu Download Image from Context Menu
ID fihdnfkfpjmipmlggdknalpfjjnjbboj
URL Officiel https://chromewebstore.google.com/detail/download-image-from-conte/fihdnfkfpjmipmlggdknalpfjjnjbboj
Description Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.
Taille du Fichier 29.35 KB
Nombre d'Installations 776
Version Actuelle 1.0.7
Dernière Mise à Jour 2022-08-05
Date de Publication 2020-06-14
Évaluation 4.33/5 Total 6 Évaluations
Développeur Erisa A
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Erisa/download-image
URL de la Page d'Aide https://github.com/Erisa/download-image
URL de la Page de Politique de Confidentialité https://erisa.uk/privacy
Langues Prises en Charge en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Image from Context Menu",
    "description": "Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.",
    "version": "1.0.7",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{5ff1cbc2-229c-4f3f-ac0e-884fbc12670b}",
            "strict_min_version": "56.0"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    }
}