界图-图片批量下载

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

界图-图片批量下载とは何ですか?

界图-图片批量下载は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
公式URL 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
Eメール [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'"
}