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
Eメール [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"
    }
}