界图-图片批量下载

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

Cos'è 界图-图片批量下载?

界图-图片批量下载 è un'estensione di Chrome sviluppata da https://bm-com.com, e la sua funzione principale è "图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 界图-图片批量下载

Scarica i file di estensione 界图-图片批量下载 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 界图-图片批量下载 界图-图片批量下载
ID oaafdjbfibmpcgefpapknfjcnfdkkkkp
URL Ufficiale 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
Descrizione 图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理
Dimensione del File 277 KB
Conteggio Installazioni 2,514
Versione Corrente 2.5.2
Ultimo Aggiornamento 2022-01-25
Data di Pubblicazione 2020-06-22
Valutazione 2.82/5 Totale 11 Valutazioni
Sviluppatore https://bm-com.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bm-com.com/imagemass/index.html
URL della Pagina della Politica sulla Privacy http://106.12.127.15/privacy.html
Lingue Supportate 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'"
}