ImageSourceDownloader

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

Cos'è ImageSourceDownloader?

ImageSourceDownloader è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Enlarge thumbnails, and show images/videos from links with a mouse hover.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ImageSourceDownloader

Scarica i file di estensione ImageSourceDownloader 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

                        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~                    

Informazioni di Base sull'Estensione

Nome ImageSourceDownloader ImageSourceDownloader
ID njbpldmeglladkbjgiafnjaehjkhihnp
URL Ufficiale https://chromewebstore.google.com/detail/imagesourcedownloader/njbpldmeglladkbjgiafnjaehjkhihnp
Descrizione Enlarge thumbnails, and show images/videos from links with a mouse hover.
Dimensione del File 193 KB
Conteggio Installazioni 451
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-05-19
Data di Pubblicazione 2019-05-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}