界图-图片批量下载

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

¿Qué es 界图-图片批量下载?

界图-图片批量下载 es una extensión de Chrome desarrollada por https://bm-com.com, y su función principal es "图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión 界图-图片批量下载

Descarga archivos de extensión 界图-图片批量下载 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        一款简洁全能的图片批量下载插件,图片都会自动提取。同时还有以下几大功能:
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.                    

Información Básica de la Extensión

Nombre 界图-图片批量下载 界图-图片批量下载
ID oaafdjbfibmpcgefpapknfjcnfdkkkkp
URL Oficial 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
Descripción 图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理
Tamaño del Archivo 277 KB
Cantidad de Instalaciones 2,514
Versión Actual 2.5.2
Última Actualización 2022-01-25
Fecha de Publicación 2020-06-22
Calificación 2.82/5 Total de 11 Calificaciones
Desarrollador https://bm-com.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://bm-com.com/imagemass/index.html
URL de la Página de Política de Privacidad http://106.12.127.15/privacy.html
Idiomas Soportados 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'"
}