界图-图片批量下载

图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理

什麼是界图-图片批量下载?

界图-图片批量下载是由https://bm-com.com開發的Chrome擴展程式,該擴展的主要功能是“图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載界图-图片批量下载擴展crx文件

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

擴展使用說明

                        一款简洁全能的图片批量下载插件,图片都会自动提取。同时还有以下几大功能:
1,智能分类,通过算法提取用户可能需要的图片。
2,单页或全站模式,单页模式时,切换tab页显示内容相应替换。
3,同步模式,打开即更新。
4,多图打包下载。
5,色调提取功能,可从图片中提取5个主颜色。
6,色调管理,可把自己喜欢的色调继续收藏
7,色调下载,把色卡保存成图片
8,  图片在线收藏
9,新增电商识别,对淘宝阿里等网站就行主图详情图等自动分类

A simple and versatile image download Plug-in, images will be automatically extracted. There are also the following functions:
1. Intelligent classification, through the algorithm to extract the user may need the picture.
2. In single page or whole station mode, when switching to single page mode, the displayed content of tab page will be replaced accordingly.
3. In synchronous mode, open to update.
4. Multi map package and download.
5. The color extraction function can extract 5 main colors from the picture.                    

擴展基本資訊

名稱 界图-图片批量下载 界图-图片批量下载
ID oaafdjbfibmpcgefpapknfjcnfdkkkkp
官方網址 https://chromewebstore.google.com/detail/%E7%95%8C%E5%9B%BE-%E5%9B%BE%E7%89%87%E6%89%B9%E9%87%8F%E4%B8%8B%E8%BD%BD/oaafdjbfibmpcgefpapknfjcnfdkkkkp
簡介 图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理
檔案大小 277 KB
安裝次數 2,514
目前版本 2.5.2
更新時間 2022-01-25
上架時間 2020-06-22
評分 2.82/5 共 11 次評分
開發者 https://bm-com.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://bm-com.com/imagemass/index.html
隱私政策頁面URL http://106.12.127.15/privacy.html
支援的語言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.5.2",
    "name": "\u754c\u56fe-\u56fe\u7247\u6279\u91cf\u4e0b\u8f7d",
    "description": "\u56fe\u7247\u6279\u91cf\u4e0b\u8f7d,\u56fe\u7247\u6253\u5305\u4e0b\u8f7d,\u56fe\u7247\u7ba1\u7406\uff0c\u56fe\u7247\u6536\u85cf\uff0c\u56fe\u7247\u8272\u8c03\u63d0\u53d6,\u8272\u8c03\u6536\u85cf\uff0c\u8272\u8c03\u7ba1\u7406",
    "browser_action": {
        "default_icon": "image\/128.png"
    },
    "icons": {
        "16": "image\/16.png",
        "48": "image\/48.png",
        "128": "image\/128.png"
    },
    "permissions": [
        "webRequest",
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.1.8.js",
                "js\/douban.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.1.8.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'"
}