界图-图片批量下载

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

Apa itu 界图-图片批量下载?

界图-图片批量下载 adalah ekstensi Chrome yang dikembangkan oleh https://bm-com.com, dan fitur utamanya adalah "图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi 界图-图片批量下载

Unduh file ekstensi 界图-图片批量下载 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama 界图-图片批量下载 界图-图片批量下载
ID oaafdjbfibmpcgefpapknfjcnfdkkkkp
URL Resmi 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
Deskripsi 图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理
Ukuran File 277 KB
Jumlah Instalasi 2,514
Versi Saat Ini 2.5.2
Terakhir Diperbarui 2022-01-25
Tanggal Publikasi 2020-06-22
Penilaian 2.82/5 Total 11 Penilaian
Pengembang https://bm-com.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bm-com.com/imagemass/index.html
URL Halaman Kebijakan Privasi http://106.12.127.15/privacy.html
Bahasa yang Didukung 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'"
}