斑斓采集工具

全网素材,一键采集。随手采集你喜欢的设计素材,让设计更便捷。轻松图片整理分类,随取随用。

What is 斑斓采集工具?

斑斓采集工具 is a Chrome extension developed by zhu417063545, and its main feature is "全网素材,一键采集。随手采集你喜欢的设计素材,让设计更便捷。轻松图片整理分类,随取随用。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 斑斓采集工具 Extension CRX File

Download 斑斓采集工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        斑斓采集工具
版本:1.4.0,优化交互,更快的采集速度,更好的采集体验。
全网素材,一键采集。随手采集你喜欢的设计素材,让设计更便捷。轻松图片整理分类,随取随用;PC端和App无缝切换,查看收藏图片素材找灵感;跨各大素材网站,直接收藏,不受限制;打造中国版家居设计领域的Pinterest,高效完成设计项目,让好设计完美落地。                    

Extension Basic Information

Name 斑斓采集工具 斑斓采集工具
ID ojbnecfcmonlefgpioionbbkliigbbgf
Official URL https://chrome.google.com/webstore/detail/%E6%96%91%E6%96%93%E9%87%87%E9%9B%86%E5%B7%A5%E5%85%B7/ojbnecfcmonlefgpioionbbkliigbbgf
Description 全网素材,一键采集。随手采集你喜欢的设计素材,让设计更便捷。轻松图片整理分类,随取随用。
File Size 39.6 KB
Installation Count 62
Current Version 1.4.0
Last Updated 2020-09-04
Publish Date 2019-06-18
Developer zhu417063545
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6591\u6593\u91c7\u96c6\u5de5\u5177",
    "description": "\u5168\u7f51\u7d20\u6750\uff0c\u4e00\u952e\u91c7\u96c6\u3002\u968f\u624b\u91c7\u96c6\u4f60\u559c\u6b22\u7684\u8bbe\u8ba1\u7d20\u6750\uff0c\u8ba9\u8bbe\u8ba1\u66f4\u4fbf\u6377\u3002\u8f7b\u677e\u56fe\u7247\u6574\u7406\u5206\u7c7b\uff0c\u968f\u53d6\u968f\u7528\u3002",
    "version": "1.4.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ]
}