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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}