Loadify - Smart Image Downloader

The definitive tool to get all the images and colors of any web.

什麼是Loadify - Smart Image Downloader?

Loadify - Smart Image Downloader是由Loadify開發的Chrome擴展程式,該擴展的主要功能是“The definitive tool to get all the images and colors of any web.”。

擴展截圖

screenshot
screenshot
screenshot

下載Loadify - Smart Image Downloader擴展crx文件

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

擴展使用說明

                        Loadify - Smart Image Downloader.

A Powerful image download extension that gives you fast and convenient access to all images on any webpage. 

Easy to use with responsive and intuitive design. Just a single click to download all the images and colors available of any webpage.                    

擴展基本資訊

名稱 Loadify - Smart Image Downloader Loadify - Smart Image Downloader
ID kbohbdnooimgjlohmicjmoagppjdcbam
官方網址 https://chromewebstore.google.com/detail/loadify-smart-image-downl/kbohbdnooimgjlohmicjmoagppjdcbam
簡介 The definitive tool to get all the images and colors of any web.
檔案大小 100 KB
安裝次數 35,637
目前版本 1.2.18
更新時間 2019-09-22
上架時間 2019-09-22
評分 4.75/5 共 40 次評分
開發者 Loadify
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loadify - Smart Image Downloader",
    "version": "1.2.18",
    "description": "The definitive tool to get all the images and colors of any web.",
    "icons": {
        "16": "img\/icon16.png",
        "24": "img\/icon24.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Loadify - Smart Image Downloader",
        "default_icon": {
            "64": "img\/icon64.png",
            "128": "img\/icon128.png"
        }
    },
    "author": "csimo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}