ImageSourceDownloader

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

Co je ImageSourceDownloader?

ImageSourceDownloader je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Enlarge thumbnails, and show images/videos from links with a mouse hover.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ImageSourceDownloader

Stáhněte si soubory rozšíření ImageSourceDownloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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~                    

Základní Informace o Rozšíření

Název ImageSourceDownloader ImageSourceDownloader
ID njbpldmeglladkbjgiafnjaehjkhihnp
Oficiální URL https://chromewebstore.google.com/detail/imagesourcedownloader/njbpldmeglladkbjgiafnjaehjkhihnp
Popis Enlarge thumbnails, and show images/videos from links with a mouse hover.
Velikost souboru 193 KB
Počet instalací 451
Aktuální Verze 1.0.1
Poslední Aktualizace 2019-05-19
Datum Vydání 2019-05-14
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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
        }
    ]
}