ImageSourceDownloader

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

什麼是ImageSourceDownloader?

ImageSourceDownloader是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Enlarge thumbnails, and show images/videos from links with a mouse hover.”。

擴展截圖

screenshot

下載ImageSourceDownloader擴展crx文件

下載ImageSourceDownloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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~                    

擴展基本資訊

名稱 ImageSourceDownloader ImageSourceDownloader
ID njbpldmeglladkbjgiafnjaehjkhihnp
官方網址 https://chromewebstore.google.com/detail/imagesourcedownloader/njbpldmeglladkbjgiafnjaehjkhihnp
簡介 Enlarge thumbnails, and show images/videos from links with a mouse hover.
檔案大小 193 KB
安裝次數 451
目前版本 1.0.1
更新時間 2019-05-19
上架時間 2019-05-14
評分 5.00/5 共 2 次評分
開發者 Unknown
付費類型 free
支援的語言 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
        }
    ]
}