ImageSourceDownloader

Enlarge thumbnails, and show images/videos from links with a mouse hover.

Qu'est-ce que ImageSourceDownloader ?

ImageSourceDownloader est une extension Chrome développée par Unknown, et sa fonction principale est "Enlarge thumbnails, and show images/videos from links with a mouse hover.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ImageSourceDownloader

Téléchargez les fichiers d'extension ImageSourceDownloader 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

                        1. The original image is automatically displayed after the mouse points to the thumbnail
2. CTRL + S one-click to download the original image to the download directory,do not pop up the directory selection file dialog
3. Automatically create the directory name of the web page title in the download directory
4. Use with Everything search software, the effect is better~                    

Informations de Base sur l'Extension

Nom ImageSourceDownloader ImageSourceDownloader
ID njbpldmeglladkbjgiafnjaehjkhihnp
URL Officiel https://chromewebstore.google.com/detail/imagesourcedownloader/njbpldmeglladkbjgiafnjaehjkhihnp
Description Enlarge thumbnails, and show images/videos from links with a mouse hover.
Taille du Fichier 193 KB
Nombre d'Installations 451
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-05-19
Date de Publication 2019-05-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en,fr,nl,es,hu,pl,pt-BR,cs,el,ru,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.0.1",
    "name": "ImageSourceDownloader",
    "description": "__MSG_APP_DESCRIPTION__",
    "homepage_url": "https:\/\/api.chiguatools.cn\/ImageSourceDownloader",
    "author": "BK",
    "icons": {
        "128": "ImageSourceDownloaderIcon.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "downloads",
        "history",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "gzh.png",
        "pwx.png"
    ],
    "incognito": "split",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/includes\/app.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/includes\/content.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}