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
官方網址 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"
    }
}