QBank Connector

Explore QBank content and copy or drag assets directly into your website content fields

什么是QBank Connector?

QBank Connector是由QBank开发的Chrome扩展程序,该扩展的主要功能是“Explore QBank content and copy or drag assets directly into your website content fields”。

扩展截图

screenshot
screenshot

下载QBank Connector扩展crx文件

下载QBank Connector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Explore selected content from your QBank in any other chrome browser tab. Drag and drop images into content fields, or copy links to assets and paste into your embed modules.                    

扩展基本信息

名称 QBank Connector QBank Connector
ID jjleipicaemjilccnmaophdegjgmbmbh
官方URL https://chromewebstore.google.com/detail/qbank-connector/jjleipicaemjilccnmaophdegjgmbmbh
简介 Explore QBank content and copy or drag assets directly into your website content fields
文件大小 720 KB
安装次数 56
当前版本 1.0.2
更新时间 2023-09-13
上架时间 2021-05-19
开发者 QBank
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.qbankdam.com/
帮助页面URL https://support.qbank.se
隐私政策页面URL https://www.qbankdam.com/en/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QBank Connector",
    "version": "1.0.2",
    "description": "Explore QBank content and copy or drag assets directly into your website content fields",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "tabs"
    ],
    "content_security_policy": [],
    "action": {
        "default_popup": "index.html",
        "default_title": "Open QBank connector",
        "default_icon": {
            "16": "favicon-16x16.png",
            "32": "favicon-32x32.png",
            "48": "favicon-32x32.png",
            "128": "favicon-160x160.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q",
                "mac": "MacCtrl+Shift+Q"
            },
            "description": "Open QBank Connector"
        }
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-32x32.png",
        "128": "favicon-160x160.png"
    }
}