Save Image to Downloads

Save images to the Download folder without the nagging 'Save As' dialog.

Qu'est-ce que Save Image to Downloads ?

Save Image to Downloads est une extension Chrome développée par posidron, et sa fonction principale est "Save images to the Download folder without the nagging 'Save As' dialog.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Save Image to Downloads

Téléchargez les fichiers d'extension Save Image to Downloads 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 Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.                    

Informations de Base sur l'Extension

Nom Save Image to Downloads Save Image to Downloads
ID bpgoliohmhlcfconjgecnkobjengecpk
URL Officiel https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk
Description Save images to the Download folder without the nagging 'Save As' dialog.
Taille du Fichier 21.79 KB
Nombre d'Installations 94
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-02-12
Date de Publication 2020-02-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur posidron
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Christoph Diehl",
    "homepage_url": "https:\/\/github.com\/posidron",
    "background": {
        "scripts": [
            "save.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}