Boardmix resource library

Boardmix resource library

What is Boardmix resource library?

Boardmix resource library is a Chrome extension developed by a291383163, and its main feature is "Boardmix resource library".

Download Boardmix resource library Extension CRX File

Download Boardmix resource library 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

                        boardmix 素材库是一个帮助您收集碎片化信息的浏览器插件,它能够收集如下种类的素材:
1、收集链接信息:选择一个网址,点击保存即可收集到素材库中
2、收集图片信息:可选择拖拽图片、自由截图、滚动截图等,将图片信息收集到素材库中
3、收集文字信息:选中需要收集的文本,拖拽至左下角即可收集到素材库中                    

Extension Basic Information

Name Boardmix resource library Boardmix resource library
ID ibeddhpfhdnklcjmoamjipafbhmlhlaf
Official URL https://chromewebstore.google.com/detail/boardmix-resource-library/ibeddhpfhdnklcjmoamjipafbhmlhlaf
Description Boardmix resource library
File Size 13.98 MB
Installation Count 529
Current Version 1.4.5
Last Updated 2024-01-24
Publish Date 2023-06-12
Rating 5.00/5 Total 3 Ratings
Developer a291383163
Email [email protected]
Payment Type free
Extension Website https://boardmix.cn/
Privacy Policy Page URL https://boardmix.cn/private-policy
Supported Languages en,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extName__",
    "default_locale": "zh_CN",
    "version": "1.4.5",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        "cookies",
        "scripting",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "content\/script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background\/script.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}